changed the packages part to be just 'categories' instead of 'django-categories'

This commit is contained in:
Corey Oordt 2009-07-09 06:30:10 -04:00
parent fc2ae672e6
commit d03c2f29bd

View file

@ -7,7 +7,7 @@ setup(name='django-categories',
author='Corey Oordt',
author_email='coordt@washingtontimes.com',
url='http://opensource.washingtontimes.com/projects/django-categories/',
packages=['django-categories'],
packages=['categories'],
classifiers=['Development Status :: 4 - Beta',
'Framework :: Django',
'License :: OSI Approved :: Apache License',