diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,8 +39,8 @@ setup( author_email="christian@python.org", maintainer="Christian Heimes", maintainer_email="christian@python.org", - url="https://bitbucket.org/tiran/defusedxml", - download_url="http://pypi.python.org/pypi/defusedxml", + url="https://github.com/tiran/defusedxml", + download_url="https://pypi.python.org/pypi/defusedxml", keywords="xml bomb DoS", platforms="all", license="PSFL", |