summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2013-02-19 13:22:58 +0100
committerChristian Heimes <christian@python.org>2013-02-19 13:22:58 +0100
commitee67647d7205008f8f91456c3a7574b63e4e6922 (patch)
treefc6005a254e38e9dfd63543f150ed795bdf0cbfc
parent1ec2cd84a3bf15e8a0244f011dfeb21d1fe96945 (diff)
downloaddefusedxml-git-ee67647d7205008f8f91456c3a7574b63e4e6922.tar.gz
point to my repos
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 207a307..82413e4 100644
--- a/setup.py
+++ b/setup.py
@@ -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",