Skip to content

Commit

Permalink
fix: update package_data to include header and source files for valgr…
Browse files Browse the repository at this point in the history
…ind wrapper
  • Loading branch information
art049 committed Jan 9, 2025
1 parent 11de031 commit 2cdee69
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@
)

setup(
exclude_package_data={
"pytest_codspeed.instruments.valgrind._wrapper": [
"*.c",
"*.h",
"build.py",
],
package_data={
"pytest_codspeed": [
"instruments/valgrind/_wrapper/*.h",
"instruments/valgrind/_wrapper/*.c",
]
},
ext_modules=(
[ffi_extension] if IS_EXTENSION_BUILDABLE and not SKIP_EXTENSION_BUILD else []
Expand Down

0 comments on commit 2cdee69

Please sign in to comment.