Commit e2fa3663 by Miles Richardson

bring setup.py up to date

parent c07dc0d3
...@@ -22,9 +22,9 @@ class TestCommand(Command): ...@@ -22,9 +22,9 @@ class TestCommand(Command):
setup( setup(
name='parse_rest', name='parse_rest',
version='0.2.20141004', version='0.2.20170114',
description='A client library for Parse.com\'.s REST API', description='A client library for Parse.com\'.s REST API',
url='https://github.com/dgrtwo/ParsePy', url='https://github.com/milesrichardson/ParsePy',
packages=['parse_rest'], packages=['parse_rest'],
package_data={"parse_rest": [os.path.join("cloudcode", "*", "*")]}, package_data={"parse_rest": [os.path.join("cloudcode", "*", "*")]},
install_requires=['six'], install_requires=['six'],
......
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