Skip to content

Commit 3efc996

Browse files
cdeustclaude
andcommitted
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

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ dev = [
101101
[tool.hatch.build.targets.wheel]
102102
packages = ["mcp_server"]
103103

104-
[tool.hatch.build.targets.wheel.force-include]
105-
"ui" = "mcp_server/ui"
106-
107104
[tool.ruff]
108105
# Agent worktrees under .claude/worktrees/ are transient copies of the
109106
# repo (for parallel agent runs) — they are not project source and must

0 commit comments

Comments
 (0)