From b5b3e0b4f9d3a73c3a5363277e93441a8111685d Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Wed, 17 Aug 2022 16:28:49 -0400 Subject: [PATCH] chore: advertise typing status in classifier As of #225, we now exposed type information to users of the library. Let's also show it via classifier! Signed-off-by: Mike Fiedler --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9b787b4..3a17e84 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,7 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", + "Typing :: Typed", ], install_requires=["bleach>=2.1.0", "docutils>=0.13.1", "Pygments>=2.5.1"], include_package_data=True,