Skip to content

Commit

Permalink
Do not distribute Cython-generated C++ sources in binary wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Dec 7, 2024
1 parent 61dc6ac commit ab2bed1
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 @@ -128,6 +128,7 @@ def run(self):
package_dir={"": "src"},
packages=find_packages("src"),
include_package_data=True,
exclude_package_data={"": ["*.cpp"]},
ext_modules=extensions,
setup_requires=["setuptools_scm"] + wheel,
python_requires=">=3.8",
Expand Down

0 comments on commit ab2bed1

Please sign in to comment.