Merge pull request #7 from yakky/feature/fix_setup

Fix setup.py to handle migrations_django package
This commit is contained in:
Iacopo Spalletti 2014-09-04 08:02:49 +02:00
commit 21996a8236
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,