Skip to content

Commit 1c8839d

Browse files
committed
Add python_requires to help pip
1 parent 0758e12 commit 1c8839d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'doesitcache = cachecontrol._cmd:main',
3131
]
3232
},
33+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
3334
classifiers=[
3435
'Development Status :: 4 - Beta',
3536
'Environment :: Web Environment',

0 commit comments

Comments
 (0)