uv/scripts/packages/built-by-uv
konsti 21d570fac9
Build backend: Include readme and license files (#9149)
When building source distributions, we need to include the readme, so it
can become part the METADATA body when building the wheel. We also need
to support the license files from PEP 639. When building the source
distribution, we copy those file relative to their origin, when building
the wheel, we copy them to `.dist-info/licenses`.

The test for idempotence in wheel building is merged into the file
listing test, which also covers that source tree -> source dist -> wheel
is equivalent to source tree -> wheel, though we do need to check for
file inclusion stronger here.

Best reviewed commit-by-commit
2024-11-15 14:41:39 +00:00
..
data-dir Build backend: Add source tree -> source dist -> wheel tests (#9091) 2024-11-14 19:15:32 +00:00
src/built_by_uv Build backend: Add source tree -> source dist -> wheel tests (#9091) 2024-11-14 19:15:32 +00:00
tests Build backend: Add source tree -> source dist -> wheel tests (#9091) 2024-11-14 19:15:32 +00:00
third-party-licenses Build backend: Include readme and license files (#9149) 2024-11-15 14:41:39 +00:00
.gitignore Build backend: Add source tree -> source dist -> wheel tests (#9091) 2024-11-14 19:15:32 +00:00
LICENSE-APACHE Build backend: Include readme and license files (#9149) 2024-11-15 14:41:39 +00:00
LICENSE-MIT Build backend: Include readme and license files (#9149) 2024-11-15 14:41:39 +00:00
pyproject.toml Build backend: Include readme and license files (#9149) 2024-11-15 14:41:39 +00:00
README.md Build backend: Add source tree -> source dist -> wheel tests (#9091) 2024-11-14 19:15:32 +00:00
test.sh Build backend: Add source tree -> source dist -> wheel tests (#9091) 2024-11-14 19:15:32 +00:00
uv.lock Build backend: Add source tree -> source dist -> wheel tests (#9091) 2024-11-14 19:15:32 +00:00

built_by_uv

A package to be built with the uv build backend that uses all features exposed by the build backend.