Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
MongoDBProxy
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
MongoDBProxy
Commits
58a2c3bd
Commit
58a2c3bd
authored
Apr 01, 2014
by
Gustav Arngården
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8 from dlindquist/update-packaging
Update packaging
parents
8054c5a0
cdd35707
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
MANIFEST.in
+1
-0
setup.py
+5
-6
No files found.
MANIFEST.in
0 → 100644
View file @
58a2c3bd
include *.txt *.md
setup.py
View file @
58a2c3bd
...
@@ -38,14 +38,13 @@ except ImportError:
...
@@ -38,14 +38,13 @@ except ImportError:
setup
(
setup
(
name
=
'MongoDBProxy'
,
name
=
'MongoDBProxy'
,
py_modules
=
[
'mongodb_proxy'
],
py_modules
=
[
'mongodb_proxy'
],
# version='
',
version
=
'0.1.0
'
,
description
=
'Proxy around MongoDB connection that automatically handles AutoReconnect exceptions.'
,
description
=
'Proxy around MongoDB connection that automatically handles AutoReconnect exceptions.'
,
# author='',
author
=
'Gustav Arngarden'
,
# author_email='',
long_description
=
LONG_DESCRIPTION
,
long_description
=
LONG_DESCRIPTION
,
# license='',
classifiers
=
[
# classifiers=[
'License :: OSI Approved :: Apache Software License'
,
#
],
],
setup_requires
=
[
'pyandoc'
],
setup_requires
=
[
'pyandoc'
],
install_requires
=
[
'pymongo'
],
install_requires
=
[
'pymongo'
],
url
=
"https://github.com/arngarden/MongoDBProxy"
url
=
"https://github.com/arngarden/MongoDBProxy"
...
...
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