summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-01-07 08:36:41 -0800
committerBob Halley <halley@dnspython.org>2021-01-07 08:36:41 -0800
commit3933b49da5239cb9e164b71189bec99a7d243d66 (patch)
tree1debe0e6304cae00e40243ee8eeb472e6a19084c
parent51742fbe9901a9e16ffd8880c88abca388b2fea8 (diff)
downloaddnspython-3933b49da5239cb9e164b71189bec99a7d243d66.tar.gz
remove obsolete download URL; add 3.9 classifierv2.1.0
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 31d70e1..196d938 100755
--- a/setup.py
+++ b/setup.py
@@ -52,8 +52,6 @@ direct manipulation of DNS zones, messages, names, and records.""",
'packages' : ['dns', 'dns.rdtypes', 'dns.rdtypes.IN', 'dns.rdtypes.ANY',
'dns.rdtypes.CH'],
'package_data' : {'dns': ['py.typed']},
- 'download_url' : \
- 'http://www.dnspython.org/kits/{}/dnspython-{}.tar.gz'.format(version, version),
'classifiers' : [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
@@ -68,6 +66,7 @@ direct manipulation of DNS zones, messages, names, and records.""",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
],
'python_requires': '>=3.6',
'test_suite': 'tests',