diff --git a/README.md b/README.md index 186c4af7e57d9..739d36615962d 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. diff --git a/docs/index.md b/docs/index.md index b40ee7c992dbe..e0e9c8778a1ec 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.