This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
/
setup.cfg
76 lines (71 loc) · 1.48 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
74
75
76
[metadata]
name = pyunifiprotect
version = 1.1.0
description = Python Wrapper for Unifi Protect API
long_description = file: README.md
long_description_content_type = text/markdown
author = Bjarne Riis
author_email = [email protected]
url = https://github.com/briis/pyunifiprotect
license = MIT
keywords = UnifiProtect, Surveilance, Unifi, Home Assistant, Python
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages = find:
include_package_data = True
install_requires =
aiohttp
aioshutil
asyncio
packaging
pillow
pydantic
pyjwt
python-dotenv
pytz
typer
[options.package_data]
pyunifiprotect = py.typed
[options.packages.find]
exclude=
tests
tests.*
[options.entry_points]
console_scripts =
unifi-protect = pyunifiprotect.__main__:start
[options.extras_require]
dev =
base36
black
build
coverage[toml]
flake8
flake8-docstrings
ipython
mypy
pip-tools
pydocstyle
pylint
pylint_strict_informational
pyproject-flake8
pytest
pytest-asyncio
pytest-benchmark
pytest-cov
pytest-sugar
pytest-timeout>=1.2.1
termcolor
tox
types-pillow
types-pytz
types-termcolor
shell=
ipython
termcolor