You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It would be very useful to triage what
pyproject.toml
is produced and allow maximum composability.The
install
command essentially produces thepyproject.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.
The text was updated successfully, but these errors were encountered: