Skip to content

Commit 38d0a99

Browse files
authored
Merge pull request #336 from miketheman/patch-1
Advertise type hints in classifiers
2 parents 41131c0 + 8eb9d86 commit 38d0a99

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)