Skip to content

Commit

Permalink
Merge pull request #31 from musicinmybrain/do-not-ship-cpp-files
Browse files Browse the repository at this point in the history
Do not distribute Cython-generated C++ sources in binary wheels
  • Loading branch information
anthrotype authored Jan 30, 2025
2 parents 43b1dbb + ab2bed1 commit c24d26b
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 c24d26b

Please sign in to comment.