commit | 9ad0dd8a1fac2e03be1fe3b44eb3b198994586ad | [log] [tgz] |
---|---|---|
author | Hugo <hugovk@users.noreply.github.com> | Wed Jul 25 14:18:11 2018 +0300 |
committer | Hugo <hugovk@users.noreply.github.com> | Wed Jul 25 14:18:11 2018 +0300 |
tree | 117b04717728c7ce788708ba074ccbe3b5a0fcfb | |
parent | ef76c6a1dce5c6a552b01123a01a4b8aa4501f82 [diff] [blame] |
Add python_requires to help pip
diff --git a/setup.py b/setup.py index 5f727ae..6154ba7 100755 --- a/setup.py +++ b/setup.py
@@ -3,4 +3,5 @@ setuptools.setup( setup_requires=['pbr>=1.3', 'setuptools>=17.1'], + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', pbr=True)