Skip to content

Typos in documentation on data includes for the uv-build backend #14845

@ReubenVandezande

Description

@ReubenVandezande

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions