Closed cleder closed 1 month ago
As Python packaging evolves, pyproject.toml is becoming the de facto standard for configuration, supported by tools like pip, uv and build systems like flit and poetry.
pyproject.toml
background
python -m build produces the same results, on master and this branch
python -m build
master
As Python packaging evolves,
pyproject.toml
is becoming the de facto standard for configuration, supported by tools like pip, uv and build systems like flit and poetry.background
python -m build
produces the same results, onmaster
and this branch