X Tutup
Skip to content

setup.py --name and friends broken #7056

@embray

Description

@embray

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup