Commit c2264bdd by Gabe Mulley

Merge pull request #1 from edx/gabe/update-setup

Update setup to reflect clean state
parents a422b48d 1e42228d
from distutils.core import setup
setup(
name='edx-analytics-api-client',
version='0.2.5',
name='edx-analytics-data-api-client',
version='0.1.0',
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',
long_description=open('README.md').read(),
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