Commit 901feb3e by Ned Batchelder

Fix setup.py to include the migrations

parent 5a9da6d0
......@@ -2,7 +2,9 @@
from setuptools import setup
PACKAGES = [
'edxval'
'edxval',
'edxval.migrations',
'edxval.tests',
]
def is_requirement(line):
......
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