diff options
author | Xavier Fernandez <xavier.fernandez@polyconseil.fr> | 2016-12-02 11:20:18 +0100 |
---|---|---|
committer | Xavier Fernandez <xavier.fernandez@polyconseil.fr> | 2016-12-02 11:20:18 +0100 |
commit | bce931606700438765f63d7b0784122506619061 (patch) | |
tree | 44af5d09270846f77bf0329c9b2e05f6d6fdaae2 /setup.py | |
parent | 5ff82539955b291be7b638a38ed4775960417681 (diff) | |
download | external_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-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |