Skip to content

Commit 36df892

Browse files
committed
added more PyPI classifiers
1 parent 5810bd9 commit 36df892

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
@@ -48,7 +48,9 @@
4848
"Programming Language :: Python :: 3.7",
4949
"Programming Language :: Python :: 3.8",
5050
"Programming Language :: Python :: Implementation :: CPython",
51-
"Typing :: Typed"
51+
"Framework :: AsyncIO",
52+
"Typing :: Typed",
53+
"Topic :: Database",
5254
],
5355
entry_points={"console_scripts": ["piccolo = piccolo.main:main"]},
5456
)

0 commit comments

Comments
 (0)