Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7dfcce7

Browse files
committedNov 24, 2024
fix: include type stubs in python source distribution
1 parent a2001f3 commit 7dfcce7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ tracker = "https://github.com/cpp-linter/cpp-linter-rs/issues"
4141

4242
[tool.maturin]
4343
features = ["pyo3/extension-module"]
44+
include = [
45+
{path = "cpp_linter.pyi", format = "sdist"},
46+
]
4447
exclude = [
4548
{path = "**/tests/**", format="sdist"},
4649
{path = "**/examples/**", format="sdist"},

0 commit comments

Comments
 (0)
Please sign in to comment.