From 0ed80b467df9565aa06ff79130f121effe0bd82a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 26 Dec 2017 13:04:31 -0500 Subject: Fixed #4039 -- added a python_requires to setup.py (#4064) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b9186a84..9250e2da 100644 --- a/setup.py +++ b/setup.py @@ -283,6 +283,8 @@ setup( 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", -- cgit v1.2.3