Commit eede881
Fix pyproject.toml: move dependencies above [project.urls] section
The dependencies list was incorrectly placed under [project.urls] instead of
[project], causing hatchling build to fail with "URL dependencies must be a string".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 16acd44 commit eede881
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
| |||
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments