diff --git a/setup.py b/setup.py index 7898917..888a712 100644 --- a/setup.py +++ b/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",