You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify build_meta backend because the default "setuptools.__legacy__" one
often has issues. PyPA-build for example tends to break with the
__legacy__ behavior, it also does not catch bugs with the SDist, while
the build_meta behavior does
See https://setuptools.readthedocs.io/en/latest/build_meta.html
0 commit comments