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
We still need to support building distro packages with older setuptools
that doesn't understand PEP 621. Re-add enough setup.py configuration
(duplicating pyproject.toml) to make older setuptools happy.
With setuptools >= 62.3.0, `setup.py install` will now warn about
duplicate specification of dependencies, but the warning is harmless:
SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies)
Signed-off-by: Benjamin Gilbert <[email protected]>
0 commit comments