Skip to content

Commit

Permalink
feat: add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Sep 6, 2023
1 parent 0e573fe commit c8627d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"Topic :: Text Processing :: Linguistic",
],
packages=["tree_sitter"],
package_data={"tree_sitter": ["py.typed"]},
ext_modules=[
Extension(
"tree_sitter.binding",
Expand Down
Empty file added tree_sitter/py.typed
Empty file.

0 comments on commit c8627d5

Please sign in to comment.