Commit 0819d19
fix: add build-system config to workspace root pyproject.toml
Setuptools auto-discovery found multiple top-level directories (site,
images, agents, topics, research, packages) and refused to build.
Added [build-system] and [tool.setuptools] py-modules = [] to declare
the workspace root has no packages of its own. The installable packages
are in packages/studyctl and packages/agent-session-tools.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c3dca66 commit 0819d19
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
| |||
0 commit comments