Skip to content

Commit b833254

Browse files
committed
[1.0.X] Update setup.py for security release.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent c030907 commit b833254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def fullsplit(path, result=None):
7474
name = "Django",
7575
version = version.replace(' ', '-'),
7676
url = 'http://www.djangoproject.com/',
77+
download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.0.4.tar.gz',
7778
author = 'Django Software Foundation',
7879
author_email = 'foundation@djangoproject.com',
7980
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',

0 commit comments

Comments
 (0)