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
It doesn't make sense to use setup.py accepting CLI arguments with pyproject.toml that calls setup.py
pyproject.toml can't pass CLI arguments to setup.py
Why don't you delete setup.py (which is obsolete) and use only pyproject.toml ?
It doesn't make sense to use setup.py accepting CLI arguments with pyproject.toml that calls setup.py
pyproject.toml can't pass CLI arguments to setup.py
Why don't you delete setup.py (which is obsolete) and use only pyproject.toml ?