forked from KaSroka/Toshiba-AC-control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
33 lines (31 loc) · 939 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
[metadata]
name = toshiba-ac
author = Kamil Sroka
author_email = kamilsroka92@gmail.com
description = Toshiba AC controller - allows to control Toshiba HVAC systems with WiFi
long_description = file: README.md
long_description_content_type = text/markdown
keywords = toshiba, ac, hvac
license = Apache License 2.0
url = https://github.com/KaSroka/Toshiba-AC-control
project_urls =
Bug Tracker = https://github.com/KaSroka/Toshiba-AC-control/issues
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
[options]
packages = find:
python_requires = >=3.7
install_requires =
azure-iot-device==2.9.0
aiohttp==3.8.3
[versioneer]
VCS = git
style = pep440
versionfile_source = toshiba_ac/_version.py
versionfile_build =
tag_prefix = v
parentdir_prefix = toshiba-ac-