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
{{ message }}
This repository was archived by the owner on Jan 1, 2026. It is now read-only.
As shown in the guide: https://packaging.python.org/en/latest/tutorials/packaging-projects/
While this is not a hard requirement, the post https://ianhopkinson.org.uk/2022/02/understanding-setup-py-setup-cfg-and-pyproject-toml-in-python/ mentions a good reason to do it: it ensures that the package has been built/installed before testing it.