24 lines
623 B
INI
24 lines
623 B
INI
[metadata]
|
|
name = ophyd_devices
|
|
description = Custom device implementations based on the ophyd hardware abstraction layer
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://gitlab.psi.ch/bec/ophyd_devices
|
|
project_urls =
|
|
Bug Tracker = https://gitlab.psi.ch/bec/ophyd_devices/issues
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
Development Status :: 3 - Alpha
|
|
Topic :: Scientific/Engineering
|
|
|
|
[options]
|
|
package_dir =
|
|
= .
|
|
packages = find:
|
|
python_requires = >=3.8
|
|
|
|
[options.packages.find]
|
|
where = .
|
|
|
|
[semantic_release]
|
|
version_variable = setup.py:__version__ |