Skip to content

Commit 49c3f9f

Browse files
committed
PYTHON-3215 Add Typing :: Typed trove classifier
1 parent 01f983e commit 49c3f9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ def build_extension(self, ext):
346346
"Programming Language :: Python :: Implementation :: CPython",
347347
"Programming Language :: Python :: Implementation :: PyPy",
348348
"Topic :: Database",
349+
"Typing :: Typed",
349350
],
350351
cmdclass={"build_ext": custom_build_ext, "doc": doc, "test": test},
351352
extras_require=extras_require,

0 commit comments

Comments
 (0)