-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
48 lines (45 loc) · 1.17 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
[metadata]
name = mediaserver-api-client
version = attr: ms_client.__version__
description = A python3 reference implementation of an UbiCast MediaServer API client
long_description = file: README.md
long_description_content_type = text/markdown
url = https://www.ubicast.eu/en/solutions/delivery/
download_url = https://github.com/UbiCastTeam/mediaserver-client
author = UbiCast
author_email = [email protected]
keywords =
api
client
mediaserver
nudgis
ubicast
license = LGPLv3
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Multimedia :: Video
Topic :: Software Development :: Libraries :: Python Modules
[options]
include_package_data = True
install_requires =
requests >= 2.30
packages =
ms_client
ms_client.lib
setup_requires =
setuptools >= 30.3.0
wheel
[options.extras_require]
dev =
flake8
pytest
pytest-cov
vulture
[bdist_wheel]
universal = 1