Skip to content

Commit

Permalink
Merge pull request #336 from miketheman/patch-1
Browse files Browse the repository at this point in the history
Advertise type hints in classifiers
  • Loading branch information
p1c2u authored Mar 12, 2024
2 parents 41131c0 + 8eb9d86 commit 38d0a99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries"
"Topic :: Software Development :: Libraries",
"Typing :: Typed",
]
include = [
{path = "tests", format = "sdist"},
Expand Down

0 comments on commit 38d0a99

Please sign in to comment.