diff --git a/README.md b/README.md index 186c4af7e..f870b0650 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ An extremely fast Python package and project manager, written in Rust. ## Highlights -- 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `virtualenv`, and more. +- 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `twine`, `virtualenv`, + and more. - ⚡️ [10-100x faster](https://github.com/astral-sh/uv/blob/main/BENCHMARKS.md) than `pip`. - 🐍 [Installs and manages](#python-management) Python versions. - 🛠️ [Runs and installs](#tool-management) Python applications. @@ -101,6 +102,9 @@ All checks passed! See the [project documentation](https://docs.astral.sh/uv/guides/projects/) to get started. +uv also supports building and publishing projects, even if they're not managed with uv. See the +[publish guide](./guides/publish.md) to learn more. + ### Tool management uv executes and installs command-line tools provided by Python packages, similar to `pipx`. diff --git a/docs/index.md b/docs/index.md index 202764ea4..7f4e34035 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,8 @@ An extremely fast Python package and project manager, written in Rust. ## Highlights -- 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `virtualenv`, and more. +- 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `twine`, `virtualenv`, + and more. - ⚡️ [10-100x faster](https://github.com/astral-sh/uv/blob/main/BENCHMARKS.md) than `pip`. - 🐍 [Installs and manages](#python-management) Python versions. - 🛠️ [Runs and installs](#tool-management) Python applications. @@ -83,6 +84,9 @@ All checks passed! See the [project guide](./guides/projects.md) to get started. +uv also supports building and publishing projects, even if they're not managed with uv. See the +[publish guide](./guides/publish.md) to learn more. + ## Tool management uv executes and installs command-line tools provided by Python packages, similar to `pipx`.