rm -f MANIFEST
doc:
- epydoc -n dnspython -u http://www.dnspython.org \
+ epydoc -n dnspython3 -u http://www.dnspython.org \
dns/*.py dns/rdtypes/*.py dns/rdtypes/ANY/*.py \
dns/rdtypes/IN/*.py
dockits: doc
- mv html dnspython-html
- tar czf html.tar.gz dnspython-html
- zip -r html.zip dnspython-html
- mv dnspython-html html
+ mv html dnspython3-html
+ tar czf html.tar.gz dnspython3-html
+ zip -r html.zip dnspython3-html
+ mv dnspython3-html html
docclean:
rm -rf html.tar.gz html.zip html
'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.
'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",