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 authored and jonathanslenders committed May 8, 2019
1 parent eee625b commit 1cd47b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def get_version(package):
'six>=1.9.0',
'wcwidth',
],
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 1cd47b1

Please sign in to comment.