fix: exclude .c files from being shipped (#331)

This commit is contained in:
Ross Burton 2024-11-15 16:38:19 +00:00 committed by GitHub
parent 2831f9cc36
commit 9c7302299a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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