It would be very useful to triage what pyproject.toml is produced and allow maximum composability.
The install command essentially produces the pyproject.toml temporarily to just run a command with it.
However, I'd like to inspect the produced pyproject.toml to facilitate development & debugging.
@jaraco do you see this as worth implementing? I'll do it by hand.
It would be very useful to triage what
pyproject.tomlis produced and allow maximum composability.The
installcommand essentially produces thepyproject.tomltemporarily to just run a command with it.However, I'd like to inspect the produced
pyproject.tomlto facilitate development & debugging.@jaraco do you see this as worth implementing? I'll do it by hand.