forked from keshavdv/unifi-cam-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (29 loc) · 693 Bytes
/
setup.cfg
File metadata and controls
32 lines (29 loc) · 693 Bytes
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
[metadata]
name = unifi-cam-proxy
version = 0.0.3
description = Unifi NVR-compatible camera proxy
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/keshavdv/unifi-cam-proxy
author = Keshav Varma
author_email = keshavdv@gmail.com
license = MIT
license_file = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 2.7
[options]
packages = find:
install_requires =
coloredlogs
requests
websocket-client
flvlib
hikvisionapi
xmltodict
python_requires = ~=2.7
[options.entry_points]
console_scripts =
unifi-cam-proxy=unifi.main:main
[bdist_wheel]
universal = True