From 6c24d2ff6580d2dbc78dcbee3e26d7301b61d7d5 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Wed, 30 Sep 2009 10:50:51 -0400 Subject: [PATCH] upped the version and separated the editor --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 40df443..e3b0f84 100644 --- a/setup.py +++ b/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',