Commit 23b121b
🐛 fix(server): explicit setuptools packages list
CI's fresh setuptools auto-discovery saw fixtures/, migrations/, and
opds_sync/ as ambiguous top-level packages and refused to build.
Pin packages = ["opds_sync"] so only the runtime package is included.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 489e4ff commit 23b121b
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
0 commit comments