Fix setup.py to handle migrations_django package

This commit is contained in:
Iacopo Spalletti 2014-09-06 18:45:23 +02:00
parent dcb1a2e2c8
commit b0fcb86062
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'],