]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Merge pull request #334 from hugovk/update-versions
authorBob Halley <halley@play-bow.org>
Sat, 1 Dec 2018 14:57:22 +0000 (06:57 -0800)
committerGitHub <noreply@github.com>
Sat, 1 Dec 2018 14:57:22 +0000 (06:57 -0800)
Update supported versions

1  2 
setup.py

diff --cc setup.py
index 8ab05346142527c992347477208a4f60c59343bc,dbcedd10dad8f974bb0181ea53282cf4891183f5..9d1f2b86c31de015acf1a1ad4eadfe5f5a62ed6f
+++ 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",