We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11de031 commit 2cdee69Copy full SHA for 2cdee69
1 file changed
setup.py
@@ -50,12 +50,11 @@
50
)
51
52
setup(
53
- exclude_package_data={
54
- "pytest_codspeed.instruments.valgrind._wrapper": [
55
- "*.c",
56
- "*.h",
57
- "build.py",
58
- ],
+ package_data={
+ "pytest_codspeed": [
+ "instruments/valgrind/_wrapper/*.h",
+ "instruments/valgrind/_wrapper/*.c",
+ ]
59
},
60
ext_modules=(
61
[ffi_extension] if IS_EXTENSION_BUILDABLE and not SKIP_EXTENSION_BUILD else []
0 commit comments