-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (25 loc) · 761 Bytes
/
setup.cfg
File metadata and controls
27 lines (25 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[metadata]
name = PyZWOEFW
version = attr: PyZWOEFW.__version__
description = Python library for controlling the electronic filter wheel developed by ZWO
long_description = file: README.md
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Scientists
Topic :: Software Development :: Build Tools
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3
author = Andre Ebel
author_email = ebel@lcts.u-bordeaux.fr
maintainer = Andre Ebel
maintainer_email = ebel@lcts.u-bordeaux.fr
url = https://github.com/AndreEbel/PyZWOEFW
keywords = Instrumentation
license = GPLv3
license_files = LICENSE
[options]
package_dir=
packages = find:
python_requires = >=3.7, <4.0.0
[options.packages.find]
where =