Skip to content

Commit b96e97f

Browse files
authored
Advertise type hints in classifiers
As a way to see at a glance on PyPI.org whether the package has type hints. Refs: #51
1 parent f149353 commit b96e97f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ classifiers = [
4747
"Programming Language :: Python :: 3.9",
4848
"Programming Language :: Python :: 3.10",
4949
"Programming Language :: Python :: 3.11",
50-
"Topic :: Software Development :: Libraries"
50+
"Topic :: Software Development :: Libraries",
51+
"Typing :: Typed",
5152
]
5253
include = [
5354
{path = "tests", format = "sdist"},

0 commit comments

Comments
 (0)