mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 04:17:37 +00:00
Remove editable: false support (#5987)
## Summary This doesn't actually work yet. We'll re-add it in the future. Closes #5958.
This commit is contained in:
parent
8eada4077a
commit
cd0171a2ed
6 changed files with 8 additions and 24 deletions
|
|
@ -197,10 +197,9 @@ $ uv add ~/projects/bar/
|
|||
### Workspace member
|
||||
|
||||
To declare a dependency on a workspace member, add the member name with `{ workspace = true }`. All
|
||||
workspace members must be explicitly stated. Workspace members are
|
||||
[editable](#editable-dependencies) by default; `editable = false` may be included to install them as
|
||||
regular dependencies. See the [workspace](./workspaces.md) documentation for more details on
|
||||
workspaces.
|
||||
workspace members must be explicitly stated. Workspace members are always
|
||||
[editable](#editable-dependencies) . See the [workspace](./workspaces.md) documentation for more
|
||||
details on workspaces.
|
||||
|
||||
```toml title="pyproject.toml"
|
||||
[project]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue