Closed
Description
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