Skip to content

Commit bfd629b

Browse files
committed
Add uv in other places
1 parent 9a6a435 commit bfd629b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

source/shared/build-backend-tabs.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@
3232
[build-system]
3333
requires = ["pdm-backend >= 2.4.0"]
3434
build-backend = "pdm.backend"
35+
36+
.. tab:: uv-build
37+
38+
.. code-block:: toml
39+
40+
[build-system]
41+
requires = ["uv_build >= 0.8.0, <0.9.0"]
42+
build-backend = "uv_build"

source/tutorials/managing-dependencies.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,5 @@ and techniques, listed in alphabetical order, to see if one of them is a better
177177
structured as a distributable Python package with a valid ``pyproject.toml`` file.
178178
By contrast, Pipenv explicitly avoids making the assumption that the application
179179
being worked on will support distribution as a ``pip``-installable Python package.
180+
* `uv <https://docs.astral.sh/uv/>`__ for a single tool that covers the entire project
181+
management workflow, including dependency management, packaging, and publishing.

0 commit comments

Comments
 (0)