-
-
Notifications
You must be signed in to change notification settings - Fork 550
PEP 517 config settings support #3080
Copy link
Copy link
Closed
Labels
enhancementhelp:wantedIssues that have been acknowledged, a solution determined and a PR might likely be accepted.Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
Metadata
Metadata
Assignees
Labels
enhancementhelp:wantedIssues that have been acknowledged, a solution determined and a PR might likely be accepted.Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
In #573, support for PEP 517 was added. From what I can tell, config settings support is still missing. Config settings are a dict that is passed to the build backend, e.g., setuptools. Pip implements this as
--config-settings/-C, pypa-build as--config-setting/-C.It'd be great if tox had some way of specifying config settings that a passed to the build backend, e.g.,