Fix setup.py to handle migrations_django package

This commit is contained in:
Iacopo Spalletti 2014-09-04 08:02:36 +02:00
parent 9721a77c6a
commit 8882e00ce3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ setup(
author='Divio AG',
author_email='info@divio.ch',
url='https://github.com/divio/djangocms-video',
packages=['djangocms_video', 'djangocms_video.migrations'],
packages=['djangocms_video', 'djangocms_video.migrations', 'djangocms_video.migrations_django'],
license='LICENSE.txt',
platforms=['OS Independent'],
classifiers=CLASSIFIERS,