Navigation Menu

Skip to content

Commit

Permalink
[1.1.X] Really fix the download_url. We already manually tweaked it o…
Browse files Browse the repository at this point in the history
…n 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
  • Loading branch information
ubernostrum committed Oct 9, 2009
1 parent fb5e58f commit 8a65192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -74,7 +74,7 @@ def fullsplit(path, result=None):
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.',
Expand Down

0 comments on commit 8a65192

Please sign in to comment.