summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a5d211c965..4d7da7db49 100644
--- a/setup.py
+++ b/setup.py
@@ -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.',