Skip to content

Commit 3a82f01

Browse files
Add PEP 561 type support (#243)
Adds an empty `py.typed` file at the root of the source tree, and adds the [canonical typing classifier][1] to the list of classifiers. Closes #242. [1]: https://pypi.org/classifiers/
1 parent f61e039 commit 3a82f01

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

protovalidate/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.13",
1818
"License :: OSI Approved :: Apache Software License",
1919
"Operating System :: OS Independent",
20+
"Typing :: Typed",
2021
]
2122
dynamic = ["version"]
2223
dependencies = ["protobuf", "cel-python"]

0 commit comments

Comments
 (0)