commit | 0ed80b467df9565aa06ff79130f121effe0bd82a | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Tue Dec 26 13:04:31 2017 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Dec 26 12:04:31 2017 -0600 |
tree | 4510648281dc7d3b7c0ddf7aa6f0ee4b682ed802 | |
parent | 25905566118da4264001350525fec7dc2fbbfa94 [diff] [blame] |
Fixed #4039 -- added a python_requires to setup.py (#4064)
diff --git a/setup.py b/setup.py index b9186a8..9250e2d 100644 --- a/setup.py +++ b/setup.py
@@ -283,6 +283,8 @@ packages=find_packages(where="src", exclude=["_cffi_src", "_cffi_src.*"]), include_package_data=True, + python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*', + install_requires=[ "idna >= 2.1", "asn1crypto >= 0.21.0",