Skip to content

Commit a64d19b

Browse files
committed
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 <miketheman@gmail.com>
1 parent d853780 commit a64d19b

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
@@ -53,6 +53,7 @@
5353
"Programming Language :: Python :: 3.10",
5454
"Programming Language :: Python :: Implementation :: CPython",
5555
"Programming Language :: Python :: Implementation :: PyPy",
56+
"Typing :: Typed",
5657
],
5758
install_requires=["bleach>=2.1.0", "docutils>=0.13.1", "Pygments>=2.5.1"],
5859
include_package_data=True,

0 commit comments

Comments
 (0)