We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab8774 commit ba457ceCopy full SHA for ba457ce
docs/concepts/projects/dependencies.md
@@ -412,7 +412,7 @@ $ uv add ~/projects/bar/
412
413
By default, a path dependency project is installed in the environment as a package, unless it is
414
explicitly marked as a [non-package](./config.md#build-systems). This is true even if it lacks a
415
-[`[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
416
ensure the path dependency is not installed as a package, set `package = false` on the source:
417
418
```toml title="pyproject.toml"
0 commit comments