Add python_requires to help pip

This commit is contained in:
Hugo 2018-03-19 08:54:28 +02:00 committed by Berker Peksag
parent d1f5268b15
commit 4371ff2ed4

View File

@ -93,6 +93,7 @@ setup(
license='MIT',
url='http://gunicorn.org',
python_requires='>=2.6, !=3.0.*, !=3.1.*',
classifiers=CLASSIFIERS,
zip_safe=False,
packages=find_packages(exclude=['examples', 'tests']),