-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsetup.cfg
More file actions
21 lines (19 loc) · 617 Bytes
/
setup.cfg
File metadata and controls
21 lines (19 loc) · 617 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[metadata]
name = z4d-certified-devices
version = attr: z4d_certified_devices.version.__version__
url=https://github.com/zigbeefordomoticz/z4d-certified-devices
description="Certified devices for Zigbee for Domoticz plugin"
long_description = file: README.md, LICENSE.txt
long_description_content_type = text/markdown
author="Patrick Pichon"
author_email="patrick@pichon.me"
license="GPL-3.0"
python_requires=">=3.7"
classifiers =
Programming Language :: Python :: 3
[options]
zip_safe = True
include_package_data = True
[options.package_data]
z4d_certified_devices = Certified/**/*.json
* = README.md, LICENSE