-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
27 lines (25 loc) · 858 Bytes
/
setup.cfg
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 = genvexnabto
version = attr: genvexnabto.__version__
author = Superrob
author_email = [email protected]
license = GPLv3
description = A library to interface with Genvex Connect enabled ventilation units.
keywords = Genvex, Genvex Connect, Nabto, Optima 270, Optima 260, Optima 251, Optima 250, library, Home Automation, Nilan, CTS 602, CTS 400
url = https://github.com/superrob/genvexnabto
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3.9
Intended Audience :: Developers
Topic :: Software Development :: Libraries
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
[options]
python_requires = >=3.9
packages = find:
package_dir =
=src
zip_safe = False
[options.packages.find]
where=src