Skip to content

Commit 6a25880

Browse files
Ravencentricdanhje
authored andcommitted
fix: add typing classifier
It's recommended for packages to use this classifier if they provide type hints, which we now do.
1 parent 622cd1a commit 6a25880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.12",
1616
"Programming Language :: Rust",
1717
"Topic :: Text Processing :: Markup :: XML",
18+
"Typing :: Typed",
1819
]
1920
dependencies = []
2021
dynamic = ["version"] # Source version from Cargo.toml's package.version

0 commit comments

Comments
 (0)