From ee67647d7205008f8f91456c3a7574b63e4e6922 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 19 Feb 2013 13:22:58 +0100 Subject: point to my repos --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- cgit v1.2.1