-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (34 loc) · 1.02 KB
/
setup.cfg
File metadata and controls
39 lines (34 loc) · 1.02 KB
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
35
36
37
38
[metadata]
name = klyqa_ctl
version = attr: klyqa_ctl.__version__
author = Frederick Stallmeyer
author_email = fraizy@gmx.de
url = https://github.com/klyqa/klyqa-ctl
keywords = IoT, Klyqa, Smart, Qconnex, bulbs, lamps, vacuum, vc
project_urls =
GitHub: issues = https://github.com/klyqa/klyqa-ctl/issues
GitHub: repo = https://github.com/klyqa/klyqa-ctl
description = A commandline client for controlling Klyqa smart devices
long_description = file: README.md
long_description_content_type = text/markdown
maintainer = Frederick Stallmeyer <fraizy@gmx.de>
maintainer_email = fraizy@gmx.de
license = MIT License
license_files = LICENSE
[options]
python_requires = >=3.2
include_package_data = True
packages = klyqa_ctl,klyqa_ctl.general,klyqa_ctl.devices
install_requires =
aiofiles >= 0.8.0
aiohttp >= 3.8.1
pycryptodome >= 3.15.0
pycryptodomex >= 3.15.0
requests >= 2.26.0
python-slugify >= 4.0.1
[options.entry_points]
console_scripts =
klyqa-ctl = klyqa_ctl.klyqa_ctl:main
[egg_info]
tag_build =
tag_date = 0