Skip to content

Commit 6535963

Browse files
authored
fix: add ignore for .c file for wheels (#1424)
1 parent 3991b42 commit 6535963

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ include = [
3434
{ path = "docs", format = "sdist" },
3535
{ path = "tests", format = "sdist" },
3636
]
37+
# Make sure we don't package temporary C files generated by the build process
38+
exclude = [ "**/*.c" ]
3739

3840
[tool.poetry.urls]
3941
"Bug Tracker" = "https://github.com/python-zeroconf/python-zeroconf/issues"

0 commit comments

Comments
 (0)