mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 13:44: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",
|
||||
license=about["__license__"],
|
||||
url=about["__url__"],
|
||||
python_requires='>=3.4',
|
||||
classifiers=["Development Status :: 5 - Production/Stable",
|
||||
"Environment :: Console",
|
||||
"Operating System :: POSIX",
|
||||
"Operating System :: Microsoft :: Windows",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.4",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
|
Loading…
Reference in New Issue
Block a user