mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
changed the packages part to be just 'categories' instead of 'django-categories'
This commit is contained in:
parent
fc2ae672e6
commit
d03c2f29bd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue