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 Feb 9, 2019
1 parent 8a0ea40 commit 3d491e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -86,6 +86,7 @@ def find_version(*file_paths):
],
'setup_requires': pytest_runner,
'tests_require': test_deps,
'python_requires': '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
'install_requires': [
'six>=1.5.2',
'requests>=2.2.1',
Expand Down

0 comments on commit 3d491e8

Please sign in to comment.