Skip to content

Commit 7dfcce7

Browse files
committed
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)