Skip to content

Embrace pyproject.toml

Alan B. Christie edited this page Mar 26, 2026 · 1 revision

All projects should use a pyproject.toml file rather than the older setup.py and requirements.txt. It is a powerful file that can describe your Python package but also configure numerous other tools.

Clone this wiki locally