PYTHON-3215 Add Typing :: Typed trove classifier

This commit is contained in:
Shane Harvey 2022-04-06 11:47:31 -07:00
parent 01f983e8ab
commit 49c3f9fdfd

View File

@ -346,6 +346,7 @@ setup(
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Database",
"Typing :: Typed",
],
cmdclass={"build_ext": custom_build_ext, "doc": doc, "test": test},
extras_require=extras_require,