Commit adcb490a by Xavier Antoviaque

Include migrations in package

parent 33ec4a0d
...@@ -71,5 +71,5 @@ setup( ...@@ -71,5 +71,5 @@ setup(
'xblock.v1': BLOCKS, 'xblock.v1': BLOCKS,
'xblock.light_children': BLOCKS_CHILDREN, 'xblock.light_children': BLOCKS_CHILDREN,
}, },
package_data=package_data("mentoring", ["static", "templates", "public"]), package_data=package_data("mentoring", ["static", "templates", "public", "migrations"]),
) )
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