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
When the package name is not defined in setup.py but in setup.cfg or pyproject.toml , wheel/build or other tools which create the distribution archives fail to pick up the name and instead use the name UNKNOWN.
When the package name is not defined in
setup.pybut insetup.cfgorpyproject.toml, wheel/build or other tools which create the distribution archives fail to pick up the name and instead use the nameUNKNOWN.