build
build copied to clipboard
Show build backend and backend commands in verbosity mode
I would enjoy if build had some machine readable logging about how it interacts with backend, starting with backend and being used. Something like this:
$ python -m build --wheel -v
build:backend: setuptools
...
PR welcome.