This is a feature added in pip 21.1.
We can now build wheels for all packages using pip wheel
, even those with symlinks or that need in-tree configuration files. Direct invocation of setup.py bdist_wheel
is no longer necessary.
CC: @jhpalmieri @kliem @isuruf
Component: build
Author: Matthias Koeppe
Branch/Commit: 290fa2f
Reviewer: John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/32046