Skip to content

Commit

Permalink
fix naming so pip can install with -e to virtualenvs
Browse files Browse the repository at this point in the history
  • Loading branch information
J.A. Roberts Tunney authored and trbs committed Oct 24, 2009
1 parent a842edf commit e3974fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e3974fd

Please sign in to comment.