1
0
mirror of https://github.com/django/django.git synced 2025-07-17 16:19:12 +00:00

New download URL

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9458 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-11-15 06:00:14 +00:00
parent 9b93e49ae5
commit 08ae5910b0

View File

@ -74,7 +74,7 @@ setup(
name = "Django",
version = version.replace(' ', '-'),
url = 'http://www.djangoproject.com/',
download_url='http://www.djangoproject.com/download/1.0.1-beta-1/tarball/',
download_url = 'http://media.djangoproject.com/releases/1.0.1/Django-1.0.1-final.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.',