[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:
parent
fb5e58f82d
commit
8a65192562
2
setup.py
2
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.',
|
||||
|
|
Loading…
Reference in New Issue