From: Bob Halley Date: Thu, 7 Jan 2021 16:36:41 +0000 (-0800) Subject: remove obsolete download URL; add 3.9 classifier X-Git-Tag: v2.1.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3933b49da5239cb9e164b71189bec99a7d243d66;p=thirdparty%2Fdnspython.git remove obsolete download URL; add 3.9 classifier --- diff --git a/setup.py b/setup.py index 31d70e18..196d9381 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',