Skip to content

Commit b2fc5bd

Browse files
hroncokfantix
andauthored
Do not install the *.c sources (#73)
Co-authored-by: Fantix King <[email protected]>
1 parent 25f412b commit b2fc5bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def build_extensions(self):
211211
),
212212
],
213213
include_package_data=True,
214+
exclude_package_data={"": ["*.c", "*.h"]},
214215
test_suite='tests.suite',
215216
setup_requires=setup_requires,
216217
extras_require={

0 commit comments

Comments
 (0)