-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
66 lines (58 loc) · 1.66 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
[metadata]
name = vidhub-control
version = 0.0.3
author = Matthew Reid
author_email = [email protected]
url = https://github.com/nocarryr/vidhub-control
project_urls =
Documentation = https://vidhub-control.readthedocs.io
Source = https://github.com/nocarryr/vidhub-control
description = Control Smart Videohub Devices
long_description = file: README.rst
long_description_content_type = text/x-rst
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Framework :: AsyncIO
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Topic :: Multimedia
Topic :: Multimedia :: Graphics
Topic :: Multimedia :: Video
[options]
packages = find:
include_package_data = True
install_requires =
python-dispatch>=0.1.0
json-object-factory
zeroconf>=0.36.12
python-osc
pid
netifaces
loguru
[options.extras_require]
kivy = kivy>=2.0.0
[options.packages.find]
exclude = tests
[options.entry_points]
console_scripts =
vidhubcontrol-web = vidhubcontrol.sofi_ui.main:run_app
vidhubcontrol-server = vidhubcontrol.runserver:main
vidhubcontrol-ui = vidhubcontrol.kivyui.main:main [kivy]
[options.package_data]
* = LICENSE*, README*
vidhubcontrol.kivyui = *.kv
[tool:pytest]
testpaths = tests
python_files = *.py
norecursedirs = kv
faulthandler_timeout = 300
xvfb_width = 1280
xvfb_height = 720
xvfb_colordepth = 24
xvfb_args = +extension GLX