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',