diff options
| author | James Bennett <ubernostrum@gmail.com> | 2010-12-23 04:12:42 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2010-12-23 04:12:42 +0000 |
| commit | cbbfe1132804c4c05327bd5103fc6c1057ccb93a (patch) | |
| tree | d7e7967fa6228fc1b5d888a59181bcbbd39c46b8 /setup.py | |
| parent | 334654fdf1d4f660ce9bb2a4aa65859f6441f24d (diff) | |
[1.1.X] Update download_url for 1.1.3.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ setup( author = 'Django Software Foundation', author_email = 'foundation@djangoproject.com', description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.', + download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.1.3.tar.gz', packages = packages, cmdclass = cmdclasses, data_files = data_files, |
