summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2009-07-31 01:38:46 +0000
committerJames Bennett <ubernostrum@gmail.com>2009-07-31 01:38:46 +0000
commitdbce0a1507cd2c037a7b7d2b37afa1163529ac57 (patch)
treeebc5dd3eb2de9710284254769f862a4e007f987c
parente6aefffbdcf47a00d19afc3f14e371a2ceba8bfe (diff)
[1.0.X] Remove download_url from setup.py, since that only applies to the specific revision we packaged as 1.0.3.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11372 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 142bd41289..f6e6528694 100644
--- a/setup.py
+++ b/setup.py
@@ -76,7 +76,6 @@ setup(
url = 'http://www.djangoproject.com/',
author = 'Django Software Foundation',
author_email = 'foundation@djangoproject.com',
- download_url = 'http://media.djangoproject.com/releases/1.0.3/Django-1.0.3.tar.gz',
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
packages = packages,
cmdclass = cmdclasses,