From 72847e02f45f29a31accaaa68ba77df3edd951da Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Tue, 31 Mar 2009 23:05:44 -0500 Subject: [PATCH] moving backwards :-) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c42737e..035cf83 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='django-markitup', - version='0.3.0pre', + version='0.2.1', description='Django integration with the MarkItUp universal markup editor', author='Carl Meyer', author_email='carl@dirtcircle.com', @@ -19,5 +19,5 @@ setup( ], include_package_data=True, zip_safe=False, - install_requires=['setuptools'], + setup_requires=['setuptools_bzr'], )