We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cf418 commit 08bef09Copy full SHA for 08bef09
setup.py
@@ -53,6 +53,7 @@
53
"Programming Language :: Python :: 3.10",
54
"Programming Language :: Python :: Implementation :: CPython",
55
"Programming Language :: Python :: Implementation :: PyPy",
56
+ "Typing :: Typed",
57
],
58
install_requires=["bleach>=2.1.0", "docutils>=0.13.1", "Pygments>=2.5.1"],
59
include_package_data=True,
0 commit comments