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
MNT: fix missing build-backend key in pyproject.toml
This is a clear bug, `setuptools` only accepts having a `build-requires`
section but no `build-backend` key either accidentally or for historical
reasons, and will stop doing so at some point.
0 commit comments