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
The Makefile still references python setup.py sdist and twine upload, but the project has migrated to hatchling as the build backend. Since there is no setup.py, make build and make release fail.
The Makefile still references
python setup.py sdistandtwine upload, but the project has migrated tohatchlingas the build backend. Since there is nosetup.py,make buildandmake releasefail.Fixed in #76.