Commit 58a2c3bd by Gustav Arngården

Merge pull request #8 from dlindquist/update-packaging

Update packaging
parents 8054c5a0 cdd35707
include *.txt *.md
......@@ -38,14 +38,13 @@ except ImportError:
setup(
name='MongoDBProxy',
py_modules=['mongodb_proxy'],
# version='',
version='0.1.0',
description='Proxy around MongoDB connection that automatically handles AutoReconnect exceptions.',
# author='',
# author_email='',
author='Gustav Arngarden',
long_description=LONG_DESCRIPTION,
# license='',
# classifiers=[
# ],
classifiers=[
'License :: OSI Approved :: Apache Software License',
],
setup_requires=['pyandoc'],
install_requires=['pymongo'],
url="https://github.com/arngarden/MongoDBProxy"
......
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