Commit 55b03e3f by Dave Robinson

Transferred maintenance to Miles Richardson

parent 0b1a4d5c
......@@ -568,6 +568,3 @@ from parse_rest.connection import MasterKey
with MasterKey('master key'):
# 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(
packages=['parse_rest'],
package_data={"parse_rest": [os.path.join("cloudcode", "*", "*")]},
install_requires=['six'],
maintainer='David Robinson',
maintainer_email='dgrtwo@princeton.edu',
maintainer='Miles Richardson',
maintainer_email='miles.richardson@gmail.com',
cmdclass={'test': TestCommand},
classifiers=[
'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