refactor: move workspace/ to nanobot/templates/ for packaging

This commit is contained in:
Re-bin
2026-02-23 08:08:01 +00:00
parent f8e8cbee6a
commit 577b3d104a
13 changed files with 102 additions and 267 deletions

View File

@@ -64,10 +64,11 @@ packages = ["nanobot"]
[tool.hatch.build.targets.wheel.sources]
"nanobot" = "nanobot"
# Include non-Python files in skills
# Include non-Python files in skills and templates
[tool.hatch.build]
include = [
"nanobot/**/*.py",
"nanobot/templates/**/*.md",
"nanobot/skills/**/*.md",
"nanobot/skills/**/*.sh",
]