Commit 55b03e3f by Dave Robinson

Transferred maintenance to Miles Richardson

parent 0b1a4d5c
...@@ -568,6 +568,3 @@ from parse_rest.connection import MasterKey ...@@ -568,6 +568,3 @@ from parse_rest.connection import MasterKey
with MasterKey('master key'): with MasterKey('master key'):
# do privileged calls # do privileged calls
~~~~~ ~~~~~
That's it! This is a first try at a Python library for Parse, and is probably not bug-free. If you run into any issues, please get in touch -- dgrtwo@princeton.edu. Thanks!
...@@ -28,8 +28,8 @@ setup( ...@@ -28,8 +28,8 @@ setup(
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'],
maintainer='David Robinson', maintainer='Miles Richardson',
maintainer_email='dgrtwo@princeton.edu', maintainer_email='miles.richardson@gmail.com',
cmdclass={'test': TestCommand}, cmdclass={'test': TestCommand},
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
......
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