summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-02-19 13:22:58 +0100
committerChristian Heimes <christian@cheimes.de>2013-02-19 13:22:58 +0100
commit5ef941998f39d78d0433abbe97104197f2d03cfb (patch)
treefc6005a254e38e9dfd63543f150ed795bdf0cbfc
parent89bbb836e00c8de3c1fd35dfdffe93ffa24d42c8 (diff)
downloaddefusedxml-5ef941998f39d78d0433abbe97104197f2d03cfb.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",