diff --git a/setup.py b/setup.py index a74a72e..8a09178 100644 --- a/setup.py +++ b/setup.py @@ -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'],