scikit-build/scikit-build-core

Inconsistent `install.strip` documentation

thewtex opened this issue · 2 comments

The README currently states:

# Whether to strip the binaries. True for scikit-build-core 0.5+.
install.strip = false

However, scikit-build-core is > 0.5: my expectation is to see install.strip = true here.

We should probably override this. It's actually set to None, IIRC, and that gets rendered in the README as False.

Closed via #681