diff options
| author | Bob Halley <halley@nominum.com> | 2011-07-18 15:05:42 -0700 |
|---|---|---|
| committer | Bob Halley <halley@nominum.com> | 2011-07-18 15:05:42 -0700 |
| commit | bf436f21b9b6c049f76cd9c5033d8b6fd254da96 (patch) | |
| tree | 68d2102bba015c37c251f6e893ae4ef3db8f26e7 /setup.py | |
| parent | b2a2d96ebc334adb2d81efaa54e98d83406927bf (diff) | |
| download | dnspython-bf436f21b9b6c049f76cd9c5033d8b6fd254da96.tar.gz | |
packaging updates
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ kwargs = { 'version' : version, 'description' : 'DNS toolkit', 'long_description' : \ - """dnspython is a DNS toolkit for Python. It supports almost all + """dnspython3 is a DNS toolkit for Python 3. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. @@ -39,7 +39,7 @@ direct manipulation of DNS zones, messages, names, and records.""", 'url' : 'http://www.dnspython.org', 'packages' : ['dns', 'dns.rdtypes', 'dns.rdtypes.IN', 'dns.rdtypes.ANY'], 'download_url' : \ - 'http://www.dnspython.org/kits/%s/dnspython3-%s.tar.gz' % (version, + 'http://www.dnspython.org/kits3/%s/dnspython3-%s.tar.gz' % (version, version), 'classifiers' : [ "Development Status :: 5 - Production/Stable", |
