diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-03 11:11:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-03 11:11:23 -0500 |
commit | ebe23daa65ebcbee2bb46671ba33c21ebc2138e2 (patch) | |
tree | 74897d67ca9172aaa84df7540d72661c7dd5d4ec /setup.py | |
parent | 6608d8f7e0522b75445a984693da65005155895c (diff) | |
parent | bce931606700438765f63d7b0784122506619061 (diff) | |
download | external_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-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", |