Commit 197892ab authored by James Bennett's avatar James Bennett
Browse files

[1.0.X] Now that this branch is 1.0.2 pre-alpha, it shouldn't have a...

[1.0.X] Now that this branch is 1.0.2 pre-alpha, it shouldn't have a download_url set in the setup.py.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9462 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 137d27ad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -74,7 +74,6 @@ setup(
    name = "Django",
    version = version.replace(' ', '-'),
    url = 'http://www.djangoproject.com/',
    download_url = 'http://media.djangoproject.com/releases/1.0.1/Django-1.0.1-final.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.',