Commit 761e5846 by Xavier Antoviaque

Include migrations in pip package

parent 69a546ea
...@@ -63,7 +63,7 @@ setup( ...@@ -63,7 +63,7 @@ setup(
name='xblock-mentoring', name='xblock-mentoring',
version='0.1', version='0.1',
description='XBlock - Mentoring', description='XBlock - Mentoring',
packages=['mentoring'], packages=['mentoring', 'mentoring.migrations'],
install_requires=[ install_requires=[
'XBlock', 'XBlock',
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment