We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f983e commit 49c3f9fCopy full SHA for 49c3f9f
setup.py
@@ -346,6 +346,7 @@ def build_extension(self, ext):
346
"Programming Language :: Python :: Implementation :: CPython",
347
"Programming Language :: Python :: Implementation :: PyPy",
348
"Topic :: Database",
349
+ "Typing :: Typed",
350
],
351
cmdclass={"build_ext": custom_build_ext, "doc": doc, "test": test},
352
extras_require=extras_require,
0 commit comments