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
Use the non-legacy setuptools backend in pyproject.toml
Use the regular `setuptools.build_meta` backend rather than
the `__legacy__` backend. The latter was never meant to be used
explicitly in `pyproject.toml` files but rather as implicit fallback
in tools such as pip(1). See e.g.:
pypa/setuptools#1689
Signed-off-by: Michał Górny <[email protected]>
0 commit comments