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
Ensure 'setuptools_scm' is defined in both 'pyproject.toml' and
'setup.cfg'. Newer pips will use the former (and skip the latter as
already resolved by the time setup_requires are evaluated), and older
pips that don't know about 'pyproject.toml' can keep using
'setup_requires'.
Signed-off-by: Stephen Finucane <[email protected]>
0 commit comments