From 10d7e0e4b8b0a57cd658edfc15c9e068030e0548 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Fri, 31 Jul 2009 01:37:48 +0000 Subject: [PATCH] And remove the download_url since that only applies to the exact rev we packaged as 1.1. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11371 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 6ccf827e45..fa617cc87c 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,6 @@ setup( name = "Django", version = version.replace(' ', '-'), url = 'http://www.djangoproject.com/', - download_url = 'http://media.djangoproject.com/releases/1.1/Django-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.',