Skip to content

Commit

Permalink
Do not install the *.c sources (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: Fantix King <fantix.king@gmail.com>
  • Loading branch information
hroncok and fantix committed Oct 16, 2023
1 parent 25f412b commit b2fc5bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def build_extensions(self):
),
],
include_package_data=True,
exclude_package_data={"": ["*.c", "*.h"]},
test_suite='tests.suite',
setup_requires=setup_requires,
extras_require={
Expand Down

0 comments on commit b2fc5bd

Please sign in to comment.