Commit a3c1a0a
fix: add build-system to pyproject.toml for correct package discovery
Without a [build-system] table, uv sync in CI failed to discover nested
subpackages like spec2event.adapters.build, causing ModuleNotFoundError
in test collection.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a9a8063 commit a3c1a0a
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
0 commit comments