From 49c3f9fdfd5925015293ad8ac3130370f249619e Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Wed, 6 Apr 2022 11:47:31 -0700 Subject: [PATCH] PYTHON-3215 Add Typing :: Typed trove classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e8e5d37bf..841717844 100755 --- a/setup.py +++ b/setup.py @@ -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,