-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Needs InvestigationIssues which are likely in scope but need investigation to figure out the causeIssues which are likely in scope but need investigation to figure out the causeenhancementproposal
Description
As discussed in pypa/build#202, it would be great if setuptools could accept strings, instead of only lists, in the PEP 517 config_settings
hooks variable.
It would make the following dictionary valid.
{
'--global-setting': '--something',
}
Currently, setuptools seems to only accept a list.
{
'--global-setting': ['--something'],
}
Which is difficult to expose in a CLI interface.
Metadata
Metadata
Assignees
Labels
Needs InvestigationIssues which are likely in scope but need investigation to figure out the causeIssues which are likely in scope but need investigation to figure out the causeenhancementproposal