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
build: Add the missing build-system section to fix building (#100)
Add the missing `build-system` section to fix compatibility with strict
PEP 517 installers. Per PEP 517, projects are required to either
specify a backend explicitly *or* (for compatibility with legacy
projects) provide a `setup.py` file.
0 commit comments