Commit b66e3a3d authored by James Bennett's avatar James Bennett
Browse files

[1.0.X] Minor correction to setup.py


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 23715304
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.',