Replacement for python setup.py build_ext
Open
- Dominant language
- C++
- Stars
- 0
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
As noted in #78, a replacement for `python setup.py build_ext` will be needed. `pip install --editable .` appears to be default option, based on initial research. However this has some side-effects.
Note also that `python -m build` is *not* an ideal subsitute. `build` is intended to assemble packages prior to uploading to PyPI not for installing packages locally.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.