Commit 8411e16d by Braden MacDonald

Fix setup.py for use of the upgrade script

parent 4788bc70
...@@ -62,7 +62,7 @@ setup( ...@@ -62,7 +62,7 @@ setup(
name='xblock-mentoring', name='xblock-mentoring',
version='2.0', version='2.0',
description='XBlock - Mentoring', description='XBlock - Mentoring',
packages=['mentoring'], packages=['mentoring', 'mentoring.v1'],
install_requires=[ install_requires=[
'XBlock', 'XBlock',
'xblock-utils', 'xblock-utils',
......
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