From d49fd627a64aa888924ef463d4de59fc904c6609 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Fri, 23 Dec 2011 04:04:43 +0000 Subject: [PATCH] Also we use HTTPS now. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17257 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07ece24fc7..bf5a6c166e 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ setup( author = 'Django Software Foundation', author_email = 'foundation@djangoproject.com', description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.', - download_url = 'http://www.djangoproject.com/m/releases/1.4/Django-1.4-alpha-1.tar.gz', + download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4-alpha-1.tar.gz', packages = packages, cmdclass = cmdclasses, data_files = data_files,