Commit 25b176f7 by Raphael Lullis

Adding a very basic setup.py file to make it pip-installable.

parent 86481f69
from distutils.core import setup
setup(
name='ParsePy',
version='0.0.2012',
description='A client library for Parse.com\'.s REST API',
url='https://github.com/dgrtwo/ParsePy',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: GPLv3',
'Operating System :: OS Independent',
'Programming Language :: Python'
]
)
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