[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
This commit is contained in:
James Bennett 2009-10-09 22:07:49 +00:00
parent fb5e58f82d
commit 8a65192562
1 changed files with 1 additions and 1 deletions

View File

@ -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.',