forked from iburistu/cync-lan
-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
34 lines (32 loc) · 869 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
28
29
30
31
32
33
34
[metadata]
name = cync_lan
version = 0.1.7
author = baudneo
author_email = [email protected]
description = Local async HTTP/MQTT LAN controller for Cync / C by GE smart devices, designed to integrate with Home Assistant.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/baudneo/cync-lan
project_urls =
Bug Tracker = https://github.com/baudneo/cync-lan/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
;packages =
; cync_lan
python_requires = >=3.8
scripts =
src/cync-lan.py
install_requires =
setuptools>=69.2.0
wheel>=0.41.2
pyyaml>=6.0.1
uvloop>=0.19.0
requests>=2.31.0
aiomqtt>=2.3.0
[options.packages.find]
where = src