MichaelGrupp / evo

Python package for the evaluation of odometry and SLAM
https://michaelgrupp.github.io/evo/
GNU General Public License v3.0
3.32k stars 743 forks source link

Move from setup.py to pyproject.toml #665

Closed MichaelGrupp closed 1 month ago

MichaelGrupp commented 1 month ago

evo used deprecated mechanisms of setuptools, or things that are obsolete with a pyproject.toml.

Use PyPA's hatchling / hatch for simple and standards-compliant package management.