Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
ParsePy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ParsePy
Commits
bc7aa3cd
Commit
bc7aa3cd
authored
Jan 14, 2013
by
David Robinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some modifications for uploading to PyPI, to setup.py and to .gitignore
parent
060d8a0b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
.gitignore
+3
-0
setup.py
+3
-1
No files found.
.gitignore
View file @
bc7aa3cd
...
...
@@ -4,3 +4,5 @@
*.pyo
build/*
settings_local.py
dist
MANIFEST
\ No newline at end of file
setup.py
View file @
bc7aa3cd
...
...
@@ -6,11 +6,13 @@ setup(
description
=
'A client library for Parse.com
\'
.s REST API'
,
url
=
'https://github.com/dgrtwo/ParsePy'
,
packages
=
[
'parse_rest'
],
maintainer
=
"David Robinson"
,
maintainer_email
=
"dgrtwo@princeton.edu"
,
classifiers
=
[
'Development Status :: 4 - Beta'
,
'Environment :: Web Environment'
,
'Intended Audience :: Developers'
,
'License :: OSI Approved :: G
PLv3
'
,
'License :: OSI Approved :: G
NU General Public License v3 (GPLv3)
'
,
'Operating System :: OS Independent'
,
'Programming Language :: Python'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment