scikit-build / scikit-build-core

A next generation Python CMake adaptor and Python API for plugins

Home Page:https://scikit-build-core.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent `install.strip` documentation

thewtex opened this issue · 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