aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorXavier Fernandez <xavier.fernandez@polyconseil.fr>2016-12-02 11:20:18 +0100
committerXavier Fernandez <xavier.fernandez@polyconseil.fr>2016-12-02 11:20:18 +0100
commitbce931606700438765f63d7b0784122506619061 (patch)
tree44af5d09270846f77bf0329c9b2e05f6d6fdaae2 /setup.py
parent5ff82539955b291be7b638a38ed4775960417681 (diff)
downloadexternal_python_setuptools-bce931606700438765f63d7b0784122506619061.tar.gz
external_python_setuptools-bce931606700438765f63d7b0784122506619061.tar.bz2
external_python_setuptools-bce931606700438765f63d7b0784122506619061.zip
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 26aaec6b..eda59c8c 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",