Sorry to nitpick further here, but I'm a bit confused about this change:
Using uv build creates a wheel package without any code. (8200dfe)
Isn't this an indication that there's something wrong with the pyproject.toml definition? uv build acts as a build frontend, using the build backend defined in [build-system]. So uv build should actually install & use hatch itself.
Originally posted by @mfussenegger in #786 (comment)