Skip to content

Commit dd7383c

Browse files
committed
make sure the .so's are included.
Apparently scikit uses .gitignore to ignore what to add to the package
1 parent 09765a7 commit dd7383c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cpp/py_bindings/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ minimum-version = "0.4"
3030
build-dir = "build/{wheel_tag}"
3131
# Build stable ABI wheels for CPython 3.12+
3232
wheel.py-api = "cp312"
33+
sdist.include = ["*.so*"]

0 commit comments

Comments
 (0)