aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-03 11:11:24 -0500
committerGitHub <noreply@github.com>2016-12-03 11:11:23 -0500
commitebe23daa65ebcbee2bb46671ba33c21ebc2138e2 (patch)
tree74897d67ca9172aaa84df7540d72661c7dd5d4ec /setup.py
parent6608d8f7e0522b75445a984693da65005155895c (diff)
parentbce931606700438765f63d7b0784122506619061 (diff)
downloadexternal_python_setuptools-ebe23daa65ebcbee2bb46671ba33c21ebc2138e2.tar.gz
external_python_setuptools-ebe23daa65ebcbee2bb46671ba33c21ebc2138e2.tar.bz2
external_python_setuptools-ebe23daa65ebcbee2bb46671ba33c21ebc2138e2.zip
Merge pull request #865 from xavfernandez/add_python_requires
Add python_requires to setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 103c87e8..83d85e60 100755
--- a/setup.py
+++ b/setup.py
@@ -156,6 +156,7 @@ setup_params = dict(
Topic :: System :: Systems Administration
Topic :: Utilities
""").strip().splitlines(),
+ python_requires='>=2.6,!=3.0.*,!=3.1.*,!=3.2.*',
extras_require={
"ssl:sys_platform=='win32'": "wincertstore==0.2",
"certs": "certifi==2016.9.26",