Skip to content

Commit

Permalink
build: setuptools>=69 will automatically distribute stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Oct 30, 2024
1 parent d9fa3d8 commit 87cb798
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ reportMissingTypeStubs = false
reportPrivateUsage = false

[build-system]
requires = ["setuptools", "cython"]
requires = ["setuptools>=75.3.0", "cython"]
build-backend = "setuptools.build_meta"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
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 87cb798

Please sign in to comment.