Skip to content

Commit

Permalink
fix: exclude .c files from being shipped (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossburton authored Nov 15, 2024
1 parent 2831f9c commit 9c73022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c73022

Please sign in to comment.