Commit a63ca94
Fix pyproject.toml: move dependencies from [project.urls] to [project]
The `dependencies` list was incorrectly nested under `[project.urls]`
instead of `[project]`, causing hatchling to fail with:
"URL `dependencies` of field `project.urls` must be a string"
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 106ea05 commit a63ca94
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments