mirror of
https://github.com/django/django.git
synced 2025-07-20 01:29:11 +00:00
[1.0.X] Remove download_url from setup.py, since that only applies to the specific revision we packaged as 1.0.3.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11372 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e6aefffbdc
commit
dbce0a1507
1
setup.py
1
setup.py
@ -76,7 +76,6 @@ 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/1.0.3/Django-1.0.3.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,
|
||||||
cmdclass = cmdclasses,
|
cmdclass = cmdclasses,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user