Skip to content

Commit

Permalink
Add python_requires to help pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed May 14, 2018
1 parent 0494119 commit 3017062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -28,6 +28,7 @@
"PySocks>=1.5.7",
],
keywords="twitter library",
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
classifiers=[
'Development Status :: 4 - Beta',
'Topic :: Software Development :: Libraries',
Expand Down

0 comments on commit 3017062

Please sign in to comment.