summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2017-01-28 11:52:25 +0100
committerChristian Heimes <christian@python.org>2017-01-28 14:51:01 +0100
commita19aad1f9ab44452233f8f5bf50e3e84fe2f05e8 (patch)
tree713eb98a8fd323c5028a4a3ad1370dd408008780 /setup.py
parent0327a67c5d9429ffb6b76fda3b492c2e00a55daf (diff)
downloaddefusedxml-git-a19aad1f9ab44452233f8f5bf50e3e84fe2f05e8.tar.gz
Update links and package building to release 0.5.0.dev1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 4e49471..6926330 100644
--- a/setup.py
+++ b/setup.py
@@ -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",