Add download_url so easy_install and friends will work
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ef784f94d8
commit
deab35c149
1
setup.py
1
setup.py
|
@ -74,6 +74,7 @@ setup(
|
|||
name = "Django",
|
||||
version = version.replace(' ', '-'),
|
||||
url = 'http://www.djangoproject.com/',
|
||||
download_url="http://media.djangoproject.com/releases/1.0.2/Django-1.0.2-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.',
|
||||
|
|
Loading…
Reference in New Issue