forked from streamlink/streamlink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
58 lines (55 loc) · 1.68 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
[metadata]
name = streamlink
author = Streamlink
author_email = [email protected]
description = Streamlink is a command-line utility that extracts streams from various services and pipes them into a video player of choice.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/streamlink/streamlink
project_urls =
Documentation = https://streamlink.github.io/
Tracker = https://github.com/streamlink/streamlink/issues
Source = https://github.com/streamlink/streamlink
Funding = https://streamlink.github.io/latest/donate.html
license = Simplified BSD
license_files = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: BSD License
Environment :: Console
Intended Audience :: End Users/Desktop
Operating System :: POSIX
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Internet :: WWW/HTTP
Topic :: Multimedia :: Sound/Audio
Topic :: Multimedia :: Video
Topic :: Utilities
[options]
python_requires = >=3.7, <4
package_dir =
=src
packages = find:
install_requires =
certifi
importlib-metadata ; python_version<"3.8"
isodate
lxml >=4.6.4,<6
pycountry
pycryptodome >=3.4.3,<4
PySocks !=1.5.7,>=1.5.6
requests >=2.26.0,<3.0
urllib3 >=1.26.0,<3
websocket-client >=1.2.1,<2.0
[options.packages.find]
where = src
[options.package_data]
streamlink =
py.typed