diff options
| author | Bob Halley <halley@dnspython.org> | 2007-01-13 01:42:36 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2007-01-13 01:42:36 +0000 |
| commit | cde625a942cb33299d74387f8c8c17c2c223643b (patch) | |
| tree | 8851d0a173172226f1452f5b833bfc2c8adb2d0a /setup.py | |
| parent | 1991ac6c70ffbcf3b1e5264bbb5b251a6d5953e1 (diff) | |
| download | dnspython-cde625a942cb33299d74387f8c8c17c2c223643b.tar.gz | |
inc version, fix download url
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -18,7 +18,7 @@ import sys from distutils.core import setup -version = '1.5.0' +version = '1.6.0' kwargs = { 'name' : 'dnspython', @@ -42,7 +42,8 @@ direct manipulation of DNS zones, messages, names, and records.""", if sys.hexversion >= 0x02020300: kwargs['download_url'] = \ - 'http://www.dnspython.org/kits/dnspython-%s.tar.gz' % version + 'http://www.dnspython.org/kits/%s/dnspython-%s.tar.gz' % (version, + version) kwargs['classifiers'] = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", |
