summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2f65cfa64e..f6e6528694 100644
--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,7 @@ if u'SVN' in version:
setup(
name = "Django",
- version = version,
+ version = version.replace(' ', '-'),
url = 'http://www.djangoproject.com/',
author = 'Django Software Foundation',
author_email = 'foundation@djangoproject.com',