It might be enough to just wrap build_editable to setuptools one.
Just to make sure this works we should check that:
- a) Changing the python file should be reflected in the execution
- b) Updating on change of C source is outside of the scope of editable installs
- c) C built module libraries, etc. are installed in the correct python source folder. Maybe this can be exposed to user on CMake side so that they can be hooked correctly
It might be enough to just wrap
build_editabletosetuptoolsone.Just to make sure this works we should check that: