Change name to asyncio_mongo, version to 0.1
This commit is contained in:
4
setup.py
4
setup.py
@@ -92,8 +92,8 @@ else:
|
|||||||
features = {"c-ext": c_ext}
|
features = {"c-ext": c_ext}
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="asyncio-mongo",
|
name="asyncio_mongo",
|
||||||
version="0.1-dev",
|
version="0.1",
|
||||||
description="Asynchronous Python 3.3+ driver for MongoDB <http://www.mongodb.org>",
|
description="Asynchronous Python 3.3+ driver for MongoDB <http://www.mongodb.org>",
|
||||||
author="Alexandre Fiori, Don Brown",
|
author="Alexandre Fiori, Don Brown",
|
||||||
author_email="mrdon@twdata.org",
|
author_email="mrdon@twdata.org",
|
||||||
|
|||||||
Reference in New Issue
Block a user