Closed
Description
In #1055, Setuptools demonstrated a mechanism by which plugins could solicit configuration from the project. Rather than going through the build system, the plugins can solicit their configuration directly from the configuration (such as pyproject.toml).
It would be nice to take the lessons learned from this change and document them as recommended practices for plugins to follow.
This effort would wrap-up one of the strategic milestones for Setuptools.