From cbbfe1132804c4c05327bd5103fc6c1057ccb93a Mon Sep 17 00:00:00 2001 From: James Bennett Date: Thu, 23 Dec 2010 04:12:42 +0000 Subject: [PATCH] [1.1.X] Update download_url for 1.1.3. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15043 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index da565be2b5..663320bbc8 100644 --- a/setup.py +++ b/setup.py @@ -77,6 +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://media.djangoproject.com/releases/1.1/Django-1.1.3.tar.gz', packages = packages, cmdclass = cmdclasses, data_files = data_files,