Commit 3efc996
fix(build): drop stale ui/ force-include from the wheel after viz extraction
pyproject.toml force-included ui/ into the wheel; the viz extraction removed
ui/, so `pip install` (metadata generation / wheel build) failed with
"Forced include not found: ui" — breaking Type Check, Build Package, and all
Test jobs in CI before any test ran. The local suite passed only because it
reused an already-installed .venv (no rebuild).
Verified: `pip wheel . --no-deps` now builds neuro_cortex_memory-3.21.0 clean.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6728692 commit 3efc996
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | 104 | | |
108 | 105 | | |
109 | 106 | | |
| |||
0 commit comments