Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update pip compatibility pages to mention configuration files support #6410

Merged
merged 3 commits into from
Aug 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/pip/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ drawbacks:
behavior, and many users may _not_ expect uv to read configuration files intended for other
tools.

Instead, uv supports its own environment variables, like `UV_INDEX_URL`. In the future, uv will also
support persistent configuration in its own configuration file format (e.g., `pyproject.toml` or
`uv.toml` or similar). For more, see [#651](https://github.com/astral-sh/uv/issues/651).
Instead, uv supports its own environment variables, like `UV_INDEX_URL`. uv also
supports persistent configuration in a `uv.toml` file or a `[tool.uv.pip]` section of `pyproject.toml`.
For more information, see [Configuration files](https://docs.astral.sh/uv/configuration/files/).
zanieb marked this conversation as resolved.
Show resolved Hide resolved

## Pre-release compatibility

Expand Down
Loading