Commit 10f6776
Converge setup instructions on uv sync
Three of the four packages still documented the older uv venv + uv
pip install dance, while python-dqlite-wire had moved to uv sync.
[tool.uv.sources] in pyproject.toml already points the sibling
packages at their local ../python-dqlite-* directories, so
uv sync --extra dev is the supported single-command setup — the
older recipe risked pulling PyPI-resolved sibling versions instead
of editable local ones, which silently breaks in-tree development.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 658551a commit 10f6776
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | | - | |
21 | | - | |
| 18 | + | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
| |||
0 commit comments