From fb5e58f82d485d2ac6e4f6c22e2844ce5f73b0a6 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Fri, 9 Oct 2009 21:08:21 +0000 Subject: [PATCH] [1.1.X] Update setup.py for security release. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11609 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index da565be2b5..2ff1e844fd 100644 --- a/setup.py +++ b/setup.py @@ -74,6 +74,7 @@ setup( name = "Django", version = version.replace(' ', '-'), url = 'http://www.djangoproject.com/', + download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.1.1.tar.gz', author = 'Django Software Foundation', author_email = 'foundation@djangoproject.com', description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',