Commits
Click on a commit to change the comparison rangeWarn for builds in non-build and workspace root pyproject.toml
When running `uv pip install .` in a directory with a pyproject.toml that does not configure a build, we will invoke setuptools and get a wheel we can't parse (https://github.com/astral-sh/uv/issues/11344). This PR adds warnings around these setups. Minor tweaks5 days ago
by charliermarsh