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
PP003: Does not list wheel as a build-dep
Do not include `"wheel"` in your `build-system.requires`, setuptools does
this via PEP 517 already. Setuptools will also only require this for actual
wheel builds, and might have version limits.
0 commit comments