-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding the tool table to scope #11
Comments
I'm ok with it as long as parsing tool table to a struct in downstream is doable and easy. |
There's two options here: parse the tool section into a toml |
I think the As a compromise, one could also parametrize everything on a user-defined type but at least default it to |
For visibility, I'm not yet able to snag this (or #10). I don't want to hold any progress up in case someone comes and gets to these before me. I could probably look at them this or next weekend. If not it's definitely on my todo list, just not super high priority for what I personally need, but I'd like to see more projects using this crate. So it's up there. Thanks for the ideas though, everyone! |
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).
The text was updated successfully, but these errors were encountered: