diff options
author | Christian Heimes <christian@python.org> | 2013-02-19 13:22:58 +0100 |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2013-02-19 13:22:58 +0100 |
commit | ee67647d7205008f8f91456c3a7574b63e4e6922 (patch) | |
tree | fc6005a254e38e9dfd63543f150ed795bdf0cbfc | |
parent | 1ec2cd84a3bf15e8a0244f011dfeb21d1fe96945 (diff) | |
download | defusedxml-git-ee67647d7205008f8f91456c3a7574b63e4e6922.tar.gz |
point to my repos
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -32,7 +32,8 @@ setup( author_email="christian@python.org", maintainer="Christian Heimes", maintainer_email="christian@python.org", - url="https://bitbucket.org/PSF/defusedxml", + url="https://bitbucket.org/tiran/defusedxml", + download_url="http://pypi.python.org/pypi/defusedxml", keywords="xml bomb DoS", platforms="all", license="PSFL", |