summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-10-31 23:03:43 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-10-31 23:03:43 +0000
commitb66e3a3d5e5533ebefbb2a455369efcf24afce6d (patch)
tree7280c499fe92bc05f76732a403ae7a3bc2f085b8
parent237153045a9b192489d2e44788df44a88d045fce (diff)
[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
-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.',