Skip to content

Commit 4c5275c

Browse files
authored
Merge pull request #805 from miketheman/patch-1
Advertise type hints in classifiers
2 parents 9b20551 + 9268452 commit 4c5275c

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
@@ -52,7 +52,8 @@ classifiers = [
5252
"Programming Language :: Python :: 3.10",
5353
"Programming Language :: Python :: 3.11",
5454
"Programming Language :: Python :: 3.12",
55-
"Topic :: Software Development :: Libraries"
55+
"Topic :: Software Development :: Libraries",
56+
"Typing :: Typed",
5657
]
5758
include = [
5859
{path = "tests", format = "sdist"},

0 commit comments

Comments
 (0)