Merge pull request #171 from yakky/feature/fix_setup

Fix setup.py to handle migrations_django package
This commit is contained in:
Iacopo Spalletti 2014-09-07 05:56:54 +02:00
commit c38d62b804
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ setup(
author='Divio AG',
author_email='info@divio.ch',
url='https://github.com/divio/djangocms-text-ckeditor',
packages=['djangocms_text_ckeditor', 'djangocms_text_ckeditor.migrations'],
packages=['djangocms_text_ckeditor', 'djangocms_text_ckeditor.migrations', 'djangocms_text_ckeditor.migrations_django'],
install_requires=INSTALL_REQUIRES,
license='LICENSE.txt',
platforms=['OS Independent'],