Commit ebd4410b by muhammad-ammar

add migrations in setup.py

parent 3f10e33e
...@@ -3,6 +3,7 @@ from setuptools import setup ...@@ -3,6 +3,7 @@ from setuptools import setup
PACKAGES = [ PACKAGES = [
'edxval', 'edxval',
'edxval.migrations',
] ]
def is_requirement(line): def is_requirement(line):
...@@ -37,7 +38,7 @@ def load_requirements(*requirements_paths): ...@@ -37,7 +38,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='edxval', name='edxval',
version='0.0.13x', version='0.0.13xx',
author='edX', author='edX',
url='http://github.com/edx/edx-val', url='http://github.com/edx/edx-val',
description='edx-val', description='edx-val',
......
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