diff options
| author | Hugo <hugovk@users.noreply.github.com> | 2018-09-06 14:13:32 +0300 |
|---|---|---|
| committer | Hugo <hugovk@users.noreply.github.com> | 2018-09-06 14:13:32 +0300 |
| commit | 91ec59900ff85fcbe0bdfd6961e28c6430a67500 (patch) | |
| tree | c586d29b711db90273849be084c02aea09c40e0e /setup.py | |
| parent | 4e2a2a5967c98648936e9e45b16271d933c1b127 (diff) | |
| download | dnspython-91ec59900ff85fcbe0bdfd6961e28c6430a67500.tar.gz | |
Add python_requires to help pip
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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': { |
