From d1afa6e7cbc4fe9f05cd346a933888faa3a11473 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 2 Apr 2010 17:16:50 +0200 Subject: [PATCH] Revert "fix naming so pip can install with -e to virtualenvs" This reverts commit e3974fdf7dd157e8f2f808837873aa674b9dce58. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 58c576074..1d19ac01d 100644 --- a/setup.py +++ b/setup.py @@ -66,10 +66,10 @@ def fullsplit(path, result=None): version = __import__('django_extensions').__version__ setup( - name = 'django_extensions', + name = 'django-extensions', version = version, description = "Extensions for Django", - long_description = """django_extensions bundles several useful + long_description = """django-extensions bundles several useful additions for Django projects. See the project page for more information: http://code.google.com/p/django-command-extensions/""", author = 'Michael Trier',