summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2009-10-09 22:07:49 +0000
committerJames Bennett <ubernostrum@gmail.com>2009-10-09 22:07:49 +0000
commit8a65192562d679bc48d2fbe0798bf08175f023f5 (patch)
treed6470f2033985ec06b96d6770352fff0503381f6 /setup.py
parentfb5e58f82d485d2ac6e4f6c22e2844ce5f73b0a6 (diff)
[1.1.X] Really fix the download_url. We already manually tweaked it on pypi, so this is just my inner perfectionist complaining.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2ff1e844fd..c468657d95 100644
--- a/setup.py
+++ b/setup.py
@@ -74,7 +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',
+ download_url = 'http://media.djangoproject.com/releases/1.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.',