Skip to content

Commit

Permalink
[1.0.X] Remove download_url from setup.py, since that only applies to…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
ubernostrum committed Jul 31, 2009
1 parent e6aefff commit dbce0a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -76,7 +76,6 @@ def fullsplit(path, result=None):
url = 'http://www.djangoproject.com/',
author = 'Django Software Foundation',
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.',
packages = packages,
cmdclass = cmdclasses,
Expand Down

0 comments on commit dbce0a1

Please sign in to comment.