From 2cac01a217d08a984793bb88056b6d4ea873b875 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 30 Aug 2011 18:00:11 +0200 Subject: [PATCH] Update the download link of the package --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6e686823..3a6a8f38 100755 --- a/setup.py +++ b/setup.py @@ -67,8 +67,8 @@ setup( author="Guillaume Ayoub", author_email="guillaume.ayoub@kozea.fr", url="http://www.radicale.org/", - download_url="http://www.radicale.org/src/radicale/Radicale-%s.tar.gz" % \ - radicale.VERSION, + download_url="http://pypi.python.org/packages/source/R/Radicale/" \ + "Radicale-%s.tar.gz" % radicale.VERSION, license="GNU GPL v3", platforms="Any", packages=["radicale", "radicale.acl"],