Move from setup.py to `pyproject.toml`
Summary
pyproject.toml
is the current way of specifying a project (as of 2024). The linkahead pylib is still based on setup.py/cfg
. We should discuss if and how a migration to pyproject.toml
is beneficial. See
Edited by Joscha Schmiedt