Commit bc7aa3cd by David Robinson

Some modifications for uploading to PyPI, to setup.py and to .gitignore

parent 060d8a0b
...@@ -4,3 +4,5 @@ ...@@ -4,3 +4,5 @@
*.pyo *.pyo
build/* build/*
settings_local.py settings_local.py
dist
MANIFEST
\ No newline at end of file
...@@ -6,11 +6,13 @@ setup( ...@@ -6,11 +6,13 @@ setup(
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/dgrtwo/ParsePy',
packages=['parse_rest'], packages=['parse_rest'],
maintainer="David Robinson",
maintainer_email="dgrtwo@princeton.edu",
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'Environment :: Web Environment', 'Environment :: Web Environment',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: GPLv3', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python' '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