We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2001f3 commit 7dfcce7Copy full SHA for 7dfcce7
pyproject.toml
@@ -41,6 +41,9 @@ tracker = "https://github.com/cpp-linter/cpp-linter-rs/issues"
41
42
[tool.maturin]
43
features = ["pyo3/extension-module"]
44
+include = [
45
+ {path = "cpp_linter.pyi", format = "sdist"},
46
+]
47
exclude = [
48
{path = "**/tests/**", format="sdist"},
49
{path = "**/examples/**", format="sdist"},
0 commit comments