summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2009-07-31 01:37:48 +0000
committerJames Bennett <ubernostrum@gmail.com>2009-07-31 01:37:48 +0000
commit10d7e0e4b8b0a57cd658edfc15c9e068030e0548 (patch)
treea49a141105321898bfcda334f4a9a6ce1c1dd1d8 /setup.py
parent70b3b68c06b5a3ef55e12d2a0b8dbbd07ef55c2b (diff)
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
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
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.',