diff options
| author | James Bennett <ubernostrum@gmail.com> | 2009-07-31 01:37:48 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2009-07-31 01:37:48 +0000 |
| commit | 10d7e0e4b8b0a57cd658edfc15c9e068030e0548 (patch) | |
| tree | a49a141105321898bfcda334f4a9a6ce1c1dd1d8 /setup.py | |
| parent | 70b3b68c06b5a3ef55e12d2a0b8dbbd07ef55c2b (diff) | |
And remove the download_url since that only applies to the exact rev we packaged as 1.1.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -74,7 +74,6 @@ setup( name = "Django", version = version.replace(' ', '-'), url = 'http://www.djangoproject.com/', - download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.1.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.', |
