Commit 1e42228d by Gabe Mulley

Update setup to reflect clean state

parent a422b48d
from distutils.core import setup from distutils.core import setup
setup( setup(
name='edx-analytics-api-client', name='edx-analytics-data-api-client',
version='0.2.5', version='0.1.0',
packages=['analyticsclient'], packages=['analyticsclient'],
url='https://github.com/edx/edx-analytics-api-client', url='https://github.com/edx/edx-analytics-data-api-client',
description='Client used to access edX analytics data warehouse', description='Client used to access edX analytics data warehouse',
long_description=open('README.md').read(), long_description=open('README.md').read(),
install_requires=[ install_requires=[
......
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