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:
Charlie Marsh 2024-08-09 20:59:23 -04:00 committed by GitHub
parent 8eada4077a
commit cd0171a2ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 24 deletions

View file

@ -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]