mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add python_requires to help pip
This commit is contained in:
parent
d1f5268b15
commit
4371ff2ed4
1
setup.py
1
setup.py
@ -93,6 +93,7 @@ setup(
|
|||||||
license='MIT',
|
license='MIT',
|
||||||
url='http://gunicorn.org',
|
url='http://gunicorn.org',
|
||||||
|
|
||||||
|
python_requires='>=2.6, !=3.0.*, !=3.1.*',
|
||||||
classifiers=CLASSIFIERS,
|
classifiers=CLASSIFIERS,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
packages=find_packages(exclude=['examples', 'tests']),
|
packages=find_packages(exclude=['examples', 'tests']),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user