[0.96-bugfixes] Update download_url.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.96-bugfixes@11472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c4c00358ee
commit
c939b2a1cb
2
setup.py
2
setup.py
|
@ -38,7 +38,7 @@ setup(
|
||||||
url = 'http://www.djangoproject.com/',
|
url = 'http://www.djangoproject.com/',
|
||||||
author = 'Django Software Foundation',
|
author = 'Django Software Foundation',
|
||||||
author_email = 'foundation@djangoproject.com',
|
author_email = 'foundation@djangoproject.com',
|
||||||
download_url = 'http://media.djangoproject.com/releases/0.96/Django-0.96.4.tar.gz',
|
download_url = 'http://media.djangoproject.com/releases/0.96/Django-0.96.5.tar.gz',
|
||||||
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
|
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
|
||||||
packages = packages,
|
packages = packages,
|
||||||
data_files = data_files,
|
data_files = data_files,
|
||||||
|
|
Loading…
Reference in New Issue