Having used pyproject-toml myself, I'd prefer this as well.
AFAIK to do this you have to add it to a wrapper around PyProjectToml, since it's specifically just core metadata currently. It'd be nice to add this to the scope.
The tool table is mentioned in both PEP 621 and PEP 518, accepted and finalized PEPs.
I'm happy to work on this once I open up some time to (if you're okay with this change, of course).
Having used
pyproject-tomlmyself, I'd prefer this as well.AFAIK to do this you have to add it to a wrapper around
PyProjectToml, since it's specifically just core metadata currently. It'd be nice to add this to the scope.The tool table is mentioned in both PEP 621 and PEP 518, accepted and finalized PEPs.
I'm happy to work on this once I open up some time to (if you're okay with this change, of course).