mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-30 15:14:14 +01:00
setup: python requires >=3.4
This commit is contained in:
parent
72d11fd3d0
commit
00b7ae81d9
2
setup.py
2
setup.py
@ -29,10 +29,12 @@ setup(
|
|||||||
description="Command-line program to download videos from various video on demand sites",
|
description="Command-line program to download videos from various video on demand sites",
|
||||||
license=about["__license__"],
|
license=about["__license__"],
|
||||||
url=about["__url__"],
|
url=about["__url__"],
|
||||||
|
python_requires='>=3.4',
|
||||||
classifiers=["Development Status :: 5 - Production/Stable",
|
classifiers=["Development Status :: 5 - Production/Stable",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Operating System :: POSIX",
|
"Operating System :: POSIX",
|
||||||
"Operating System :: Microsoft :: Windows",
|
"Operating System :: Microsoft :: Windows",
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.4",
|
"Programming Language :: Python :: 3.4",
|
||||||
"Programming Language :: Python :: 3.5",
|
"Programming Language :: Python :: 3.5",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user