uv/docs/configuration
konsti 46bc7d3477
Build backend: Support stubs packages (#13563)
Stubs packages are different in that their name ends with `-stubs`,
their module is `<module name>-stubs` (with a dash, not the generally
legal underscore) and their modules contain a `__init__.pyi` instead of
an `__init__.py`
(https://typing.python.org/en/latest/spec/distributing.html#stub-only-packages).

We add support in the uv build backend by detecting the `-stubs` suffix.

Fixes #13546

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-05-22 19:02:17 +02:00
..
authentication.md Use index URL instead of package URL for keyring credential lookups (#12651) 2025-04-29 16:37:00 -05:00
build-backend.md Build backend: Support stubs packages (#13563) 2025-05-22 19:02:17 +02:00
environment.md Optional managed Python archive download cache (#12175) 2025-04-28 12:09:09 +02:00
files.md Use `[[index]]` API in configuration example (#9065) 2024-11-12 14:43:54 -05:00
index.md Build backend: Make preview default and add configuration docs (#12804) 2025-05-05 13:52:31 +00:00
indexes.md Remove outdated description of index strategy (#13326) 2025-05-07 08:18:21 -05:00
installer.md Fix PowerShell code blocks (#13511) 2025-05-17 21:06:48 -05:00