Commit 6899490e by David Lindquist

Set version, author, and license classification

parent 8054c5a0
...@@ -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"
......
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