forked from warhammerkid/bluetti_mqtt
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsetup.cfg
29 lines (27 loc) · 744 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
[metadata]
name = bluetti_mqtt
version = 0.16.0
url = http://github.com/ftrueck/bluetti_mqtt
author = Florian Trück
author_email = ftrueck@gmail.com
description = MQTT interface to Bluetti power stations
long_description = file: README.rst
license = MIT
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
python_requires = >=3.7
packages = find:
zip_safe = false
install_requires =
aiomqtt
bleak
crcmod
[options.entry_points]
console_scripts =
bluetti-discovery = bluetti_mqtt.discovery_cli:main
bluetti-logger = bluetti_mqtt.logger_cli:main
bluetti-mqtt = bluetti_mqtt.server_cli:main