From 3933b49da5239cb9e164b71189bec99a7d243d66 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 7 Jan 2021 08:36:41 -0800 Subject: [PATCH] remove obsolete download URL; add 3.9 classifier --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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', -- 2.47.3