Commit b1a40a90 by Clinton Blackburn

Corrected Package Export in setup.py

parent 2e2d4085
......@@ -2,8 +2,8 @@ from distutils.core import setup
setup(
name='edx-analytics-data-api-client',
version='0.5.1',
packages=['analyticsclient'],
version='0.5.2',
packages=['analyticsclient', 'analyticsclient.constants'],
url='https://github.com/edx/edx-analytics-data-api-client',
description='Client used to access edX analytics data warehouse',
long_description=open('README.rst').read(),
......
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