Summary
The documentation on data inclusion for the build backend has two typos:
Typo in purelib/platlib description ("uses" vs "use")
"purelib and platlib: Installed to the site-packages directory. It is not recommended to uses these two options."
Example uses python style dictionary when it should be in TOML format
[tool.uv.build-backend]
data = { "headers": "include/headers", "scripts": "bin" }
Should be
[tool.uv.build-backend]
data = { "headers" = "include/headers", "scripts" = "bin" }
Platform
N/A
Version
N/A
Python version
No response
Summary
The documentation on data inclusion for the build backend has two typos:
Typo in purelib/platlib description ("uses" vs "use")
"purelib and platlib: Installed to the site-packages directory. It is not recommended to use
sthese two options."Example uses python style dictionary when it should be in TOML format
Should be
Platform
N/A
Version
N/A
Python version
No response