From: Bob Halley Date: Sat, 1 Dec 2018 14:57:22 +0000 (-0800) Subject: Merge pull request #334 from hugovk/update-versions X-Git-Tag: v1.16.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6ea7d9ffcd36657b07d237215c78d2e17f394b4;p=thirdparty%2Fdnspython.git Merge pull request #334 from hugovk/update-versions Update supported versions --- b6ea7d9ffcd36657b07d237215c78d2e17f394b4 diff --cc setup.py index 8ab05346,dbcedd10..9d1f2b86 --- a/setup.py +++ b/setup.py @@@ -46,10 -46,10 +46,10 @@@ direct manipulation of DNS zones, messa 'author_email' : 'halley@dnspython.org', 'license' : 'BSD-like', 'url' : 'http://www.dnspython.org', - 'packages' : ['dns', 'dns.rdtypes', 'dns.rdtypes.IN', 'dns.rdtypes.ANY'], + '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/%s/dnspython-%s.tar.gz' % (version, version), + 'http://www.dnspython.org/kits/{}/dnspython-{}.tar.gz'.format(version, version), 'classifiers' : [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",