From 91ec59900ff85fcbe0bdfd6961e28c6430a67500 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 6 Sep 2018 14:13:32 +0300 Subject: [PATCH] Add python_requires to help pip --- setup.py | 1 + 1 file changed, 1 insertion(+) 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': { -- 2.47.3