fix: exclude .c files from being shipped (#331)
This commit is contained in:
parent
2831f9cc36
commit
9c7302299a
@ -22,6 +22,8 @@ classifiers = [
|
||||
packages = [
|
||||
{ include = "dbus_fast", from = "src" },
|
||||
]
|
||||
# Make sure we don't package temporary C files generated by the build process
|
||||
exclude = [ "**/*.c" ]
|
||||
|
||||
[tool.poetry.build]
|
||||
generate-setup-file = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user