Closed goerz closed 5 months ago
As always, Python's packaging tools keep evolving.
Having looked at the current options, Hatch seems like a good fit (replacing tox). It is probably okay to move from setup.py to pyproject.toml at this point.
tox
setup.py
pyproject.toml
As always, Python's packaging tools keep evolving.
Having looked at the current options, Hatch seems like a good fit (replacing
tox
). It is probably okay to move fromsetup.py
topyproject.toml
at this point.