We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c439f commit 50c6ba8Copy full SHA for 50c6ba8
setup.py
@@ -22,7 +22,9 @@
22
setup(
23
name="piccolo",
24
version=VERSION,
25
- description="A fast, user friendly ORM which supports asyncio.",
+ description=(
26
+ "A fast, user friendly ORM and query builder which supports asyncio."
27
+ ),
28
long_description=LONG_DESCRIPTION,
29
long_description_content_type="text/markdown",
30
author="Daniel Townsend",
0 commit comments