From: Hugo Date: Thu, 6 Sep 2018 11:13:32 +0000 (+0300) Subject: Add python_requires to help pip X-Git-Tag: v1.16.0~10^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91ec59900ff85fcbe0bdfd6961e28c6430a67500;p=thirdparty%2Fdnspython.git Add python_requires to help pip --- diff --git a/setup.py b/setup.py index 7f43ca61..ce181b56 100755 --- a/setup.py +++ b/setup.py @@ -68,6 +68,7 @@ direct manipulation of DNS zones, messages, names, and records.""", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", ], + 'python_requires': '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', 'test_suite': 'tests', 'provides': ['dns'], 'extras_require': {