-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers