diff options
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ setup( name = "Django", version = version, url = 'http://www.djangoproject.com/', - download_url='http://www.djangoproject.com/download/1.0.1-beta-1/tarball/' + download_url='http://www.djangoproject.com/download/1.0.1-beta-1/tarball/', author = 'Django Software Foundation', author_email = 'foundation@djangoproject.com', description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.', |
