Closed kir0ul closed 2 years ago
This PR removes the legacy setup.py and replaces it entirely using the standard pyproject.toml. As in the Python packaging tutorial, it uses hatchling as the build backend.
setup.py
pyproject.toml
hatchling
LGTM
This PR removes the legacy
setup.py
and replaces it entirely using the standardpyproject.toml
. As in the Python packaging tutorial, it useshatchling
as the build backend.