Skip to content

Draft: mv to pyproject.toml

Bengfort requested to merge pyproject-toml into main

Slowly but steadily, the python ecosystem is moving to pyproject.toml. For us, the main benefit currently is having one less file (it replaces both setup.py and setup.cfg).

For a while, pyproject.toml had the downside of not supporting editable installs. This has been fixed with PEP 660 which is suppored by pip >= 21.3 and setuptools >= 64.

TODO:

Edited by Bengfort

Merge request reports