We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3991b42 commit 6535963Copy full SHA for 6535963
1 file changed
pyproject.toml
@@ -34,6 +34,8 @@ include = [
34
{ path = "docs", format = "sdist" },
35
{ path = "tests", format = "sdist" },
36
]
37
+# Make sure we don't package temporary C files generated by the build process
38
+exclude = [ "**/*.c" ]
39
40
[tool.poetry.urls]
41
"Bug Tracker" = "https://github.com/python-zeroconf/python-zeroconf/issues"
0 commit comments