moving backwards :-)
This commit is contained in:
parent
7a95e025ab
commit
72847e02f4
4
setup.py
4
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-markitup',
|
name='django-markitup',
|
||||||
version='0.3.0pre',
|
version='0.2.1',
|
||||||
description='Django integration with the MarkItUp universal markup editor',
|
description='Django integration with the MarkItUp universal markup editor',
|
||||||
author='Carl Meyer',
|
author='Carl Meyer',
|
||||||
author_email='carl@dirtcircle.com',
|
author_email='carl@dirtcircle.com',
|
||||||
|
@ -19,5 +19,5 @@ setup(
|
||||||
],
|
],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=['setuptools'],
|
setup_requires=['setuptools_bzr'],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user