-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Milestone
Description
When running ./setup.py --name, ./setup.py --version, and other "display" options to setup.py there is an implicit interface assumption that the resulting output will be only that metadata and nothing else.
Unfortunately, matplotlib's setup.py still performs all its package configuration in these cases, which produces quite a bit of irrelevant output. That output should either go to stderr instead. Or, ideally, should not be performed when simply requesting package metadata.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels