Skip to content

Commit 9268452

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: python-openapi#420
1 parent 6b1ea2f commit 9268452

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)