Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Bug]: LICENSE_QHULL is included in wheel only the second time #25212

Closed
@ret2libc

Description

@ret2libc

Bug summary

The first time I run python3.10 setup.py bdist_wheel on both 3.6.0 and 3.7.0, the resulting wheel does not include matplotlib-0.0.0.dist-info/LICENSE_QHULL. The second time the LICENSE_QHULL file is included.

Code for reproduction

$ python3.10 setup.py bdist_wheel
$ unzip -l dist/matplotlib-0.0.0-cp310-cp310-linux_aarch64.whl  | grep LICENSE_QHULL

Actual outcome

$ python3.10 setup.py bdist_wheel
$ unzip -l dist/matplotlib-0.0.0-cp310-cp310-linux_aarch64.whl  | grep LICENSE_QHULL

Expected outcome

$ python3.10 setup.py bdist_wheel
$ unzip -l dist/matplotlib-0.0.0-cp310-cp310-linux_aarch64.whl  | grep LICENSE_QHULL
     1720  02-14-2023 10:54   matplotlib-0.0.0.dist-info/LICENSE_QHULL

Additional information

No response

Operating system

quay.io/pypa/manylinux_2_28_aarch64

Matplotlib Version

3.6.0 and 3.7.0

Matplotlib Backend

No response

Python version

3.8 and 3.10

Jupyter version

No response

Installation

git checkout

Metadata

Metadata

Assignees

No one assigned

    Labels

    BuildRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions