Skip to content

Commit b8f42e2

Browse files
authored
Add py.typed (#421)
This pr adds py.typed to enable linters. Signed-off-by: Ubospica <[email protected]>
1 parent a0be28d commit b8f42e2

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ sdist.include = [
7878
"/cpp/**/*.h",
7979
"/include/**/*",
8080
"/python/xgrammar/**/*.py",
81+
"/python/xgrammar/py.typed",
8182

8283
# Third party files
8384
"/3rdparty/**/*",

python/xgrammar/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)