summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-07-26 13:01:07 +0300
committerHugo <hugovk@users.noreply.github.com>2018-07-26 13:01:07 +0300
commit07f8d661ad1ea772d6245d9fe0f5e85f338cb20c (patch)
tree5721da5528b3cd3c7a3781ef6ffdd9de24517092
parent330fec6a5f85e4968979109b76269ad0ec1ca23f (diff)
downloadblinker-07f8d661ad1ea772d6245d9fe0f5e85f338cb20c.tar.gz
Add python_requires to help pip
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0a9cb6f..f0a52ce 100644
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,7 @@ setup(name="blinker",
long_description=readme,
license='MIT License',
url='http://pythonhosted.org/blinker/',
+ python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',