Skip to content

Commit 50c6ba8

Browse files
committed
mentioning 'query builder' in project description
1 parent c8c439f commit 50c6ba8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
setup(
2323
name="piccolo",
2424
version=VERSION,
25-
description="A fast, user friendly ORM which supports asyncio.",
25+
description=(
26+
"A fast, user friendly ORM and query builder which supports asyncio."
27+
),
2628
long_description=LONG_DESCRIPTION,
2729
long_description_content_type="text/markdown",
2830
author="Daniel Townsend",

0 commit comments

Comments
 (0)