Closed mdpiper closed 4 months ago
To keep the build and packaging processes of terrainbento up to date, we should move project metadata from setup.py and setup.cfg to pyproject.toml as described in PEP 621 and implemented with setuptools >= 61.
setup.py
setup.cfg
pyproject.toml
Closed with #163.
To keep the build and packaging processes of terrainbento up to date, we should move project metadata from
setup.py
andsetup.cfg
topyproject.toml
as described in PEP 621 and implemented with setuptools >= 61.