We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827eacd commit 628684bCopy full SHA for 628684b
setup.py
@@ -3,12 +3,15 @@
3
with open("README.md", "r", encoding="utf-8") as fh:
4
long_description = fh.read()
5
6
+short_description = \
7
+ "Simple wrapper on aiopg to handle postgres connections & basic Models."
8
+
9
setuptools.setup(
10
name="db_wrapper",
- version="2.0.2",
11
+ version="2.1.0-a0",
12
author="Andrew Chang-DeWitt",
13
author_email="andrew@andrew-chang-dewitt.dev",
- description="Simple wrapper on aiopg to handle postgres connections & basic Models.",
14
+ description=short_description,
15
long_description=long_description,
16
long_description_content_type="text/markdown",
17
url="https://github.com/cheese-drawer/lib-python-db-wrapper/",
0 commit comments