chore: temporary keep WebUI source-only
This commit is contained in:
@@ -118,13 +118,6 @@ include = [
|
||||
"nanobot/skills/**/*.md",
|
||||
"nanobot/skills/**/*.sh",
|
||||
]
|
||||
# Build-time generated assets that live under .gitignore'd paths but must ship
|
||||
# in the wheel/sdist. `artifacts` bypasses the VCS filter (unlike `include`).
|
||||
# The webui is compiled via `bun run build` into nanobot/web/dist/ right before
|
||||
# `python -m build` runs.
|
||||
artifacts = [
|
||||
"nanobot/web/dist/**/*",
|
||||
]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["nanobot"]
|
||||
|
||||
Reference in New Issue
Block a user