Skip to content

Commit

Permalink
build: ship type stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Oct 30, 2024
1 parent 552c738 commit 2fc7196
Showing 1 changed file 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 @@ -8,5 +8,6 @@
setup(
name="kbm",
packages=find_packages(include=["kbm", "kbm.*"]),
package_data={"kbm": ["py.typed", "**/*.pyi"]},
ext_modules=cythonize(extensions), # pyright: ignore [reportUnknownArgumentType]
)

0 comments on commit 2fc7196

Please sign in to comment.