Skip to content

Commit 8eb9d86

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 #168
1 parent 251360d commit 8eb9d86

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
@@ -45,7 +45,8 @@ classifiers = [
4545
"Programming Language :: Python :: 3.10",
4646
"Programming Language :: Python :: 3.11",
4747
"Programming Language :: Python :: 3.12",
48-
"Topic :: Software Development :: Libraries"
48+
"Topic :: Software Development :: Libraries",
49+
"Typing :: Typed",
4950
]
5051
include = [
5152
{path = "tests", format = "sdist"},

0 commit comments

Comments
 (0)