mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
upped the version and separated the editor
This commit is contained in:
parent
76d60d286d
commit
6c24d2ff65
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -1,13 +1,13 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(name='django-categories',
|
||||
version='0.1',
|
||||
version='0.2',
|
||||
description='A way to handle one or more hierarchical category trees in django.',
|
||||
long_description='This app attempts to provide a generic category system that multiple apps could use. It uses MPTT for the tree storage and provides a custom admin for better visualization (copied and modified from feinCMS).',
|
||||
author='Corey Oordt',
|
||||
author_email='coordt@washingtontimes.com',
|
||||
url='http://opensource.washingtontimes.com/projects/django-categories/',
|
||||
packages=['categories'],
|
||||
packages=['categories', 'editor'],
|
||||
classifiers=['Development Status :: 4 - Beta',
|
||||
'Framework :: Django',
|
||||
'License :: OSI Approved :: Apache License',
|
||||
|
|
|
|||
Loading…
Reference in a new issue