diff options
author | Christian Heimes <christian@cheimes.de> | 2013-02-19 13:22:58 +0100 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-02-19 13:22:58 +0100 |
commit | 5ef941998f39d78d0433abbe97104197f2d03cfb (patch) | |
tree | fc6005a254e38e9dfd63543f150ed795bdf0cbfc | |
parent | 89bbb836e00c8de3c1fd35dfdffe93ffa24d42c8 (diff) | |
download | defusedxml-5ef941998f39d78d0433abbe97104197f2d03cfb.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", |