Skip to content

Commit d08e3d6

Browse files
committed
Do not include C files in wheel
1 parent bcee4b2 commit d08e3d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
graft src/isal/isa-l
1+
graft src/isal/isa-l
2+
include src/isal/*.h

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def build_isa_l(compiler_command: str, compiler_options: str):
175175
zip_safe=False,
176176
packages=find_packages('src'),
177177
package_dir={'': 'src'},
178-
package_data={'isal': ['*.pyi', 'py.typed', '*.c', '*.h',
178+
package_data={'isal': ['*.pyi', 'py.typed',
179179
# Include isa-l LICENSE and other relevant files
180180
# with the binary distribution.
181181
'isa-l/LICENSE', 'isa-l/README.md',

0 commit comments

Comments
 (0)