summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-09-06 14:13:32 +0300
committerHugo <hugovk@users.noreply.github.com>2018-09-06 14:13:32 +0300
commit91ec59900ff85fcbe0bdfd6961e28c6430a67500 (patch)
treec586d29b711db90273849be084c02aea09c40e0e /setup.py
parent4e2a2a5967c98648936e9e45b16271d933c1b127 (diff)
downloaddnspython-91ec59900ff85fcbe0bdfd6961e28c6430a67500.tar.gz
Add python_requires to help pip
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7f43ca6..ce181b5 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': {