forked from ajtudela/smartbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
74 lines (61 loc) · 1.32 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[metadata]
name = smartbox
version = 2.0.0-beta.2
author = Graham Bennett
author_email = [email protected]
description = Python API to control heating 'smart boxes'
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ajtudela/smartbox
project_urls =
Bug Tracker = https://github.com/ajtudela/smartbox/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
python_requires = >=3.9
packages = smartbox
include_package_data = True
install_requires =
aiohttp
Click
jq
python-socketio>=4.6.0,<5.0.0
requests
websocket_client
tests_require =
freezegun
pytest
pytest-asyncio
pytest-benchmark
pytest-mock
pytest-randomly
requests-mock
types-requests
zip_safe = False
[options.package_data]
smartbox = py.typed
[options.entry_points]
console_scripts =
smartbox = smartbox.cmd:smartbox
[aliases]
test = pytest
[mypy]
[mypy-freezegun]
ignore_missing_imports = True
[mypy-jq]
ignore_missing_imports = True
[mypy-pytest]
ignore_missing_imports = True
[mypy-socketio]
ignore_missing_imports = True
[mypy-requests.packages.urllib3.util.retry]
ignore_missing_imports = True
[tool:pytest]
asyncio_mode = auto
log_cli = true
log_cli_level = warning
[egg_info]
tag_build =
tag_date = 0