mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
..
This commit is contained in:
parent
cab87740e1
commit
ba457ce620
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ $ uv add ~/projects/bar/
|
||||||
|
|
||||||
By default, a path dependency project is installed in the environment as a package, unless it is
|
By default, a path dependency project is installed in the environment as a package, unless it is
|
||||||
explicitly marked as a [non-package](./config.md#build-systems). This is true even if it lacks a
|
explicitly marked as a [non-package](./config.md#build-systems). This is true even if it lacks a
|
||||||
[`[build-system] table`](./config.md#build-systems). If you'd like to override this behavior and
|
[`[build-system]` table](./config.md#build-systems). If you'd like to override this behavior and
|
||||||
ensure the path dependency is not installed as a package, set `package = false` on the source:
|
ensure the path dependency is not installed as a package, set `package = false` on the source:
|
||||||
|
|
||||||
```toml title="pyproject.toml"
|
```toml title="pyproject.toml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue