Closed
Description
This is a ticket to track and implement a native pyproject.toml
configuration. Will update with the proposed plan and format.
Core goals:
- explicitly inheritance based (a lot of substitution at the moment is used to replicate inheritance),
- substitution able,
- reasonably familiar (e.g. share most concepts with ini format),
- succinct (some form of factors needs to have).
We'll use this opportunity to rename some keys (e.g. skipsdist
should be skip_packaging
, etc).