export from internal gitlab

This commit is contained in:
2022-07-07 19:36:33 +02:00
parent b1a3cd3919
commit 52ce30dc9a
32 changed files with 5119 additions and 0 deletions

22
setup.cfg Normal file
View File

@ -0,0 +1,22 @@
[metadata]
name = ophyd_devices
version = 0.0.1
description = Custom device implementations based on the ophyd hardware abstraction layer
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pypa/sampleproject
project_urls =
Bug Tracker = https://github.com/pypa/sampleproject/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= ./
packages = find:
python_requires = >=3.7
[options.packages.find]
where = ./