Commit 06b9573
Move dependencies key out of [project.urls] into [project]
PyYAML>=6 was declared under [project.urls], where PEP 621 requires
string values. Hatchling 1.32 rejects it, so metadata generation fails
for pip install ., pip install -e ".[dev]", and python -m build.
Moving it to [project] fixes the build and registers PyYAML as the
runtime dependency it is (llmism/_patterns.py imports yaml at import).
Fixes #1
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent b0d4a31 commit 06b9573
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments