mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-07-01 00:44:18 +08:00
fix: remove duplicate api/admin_static wheel force-include
The api package already ships admin_static assets; the extra force-include entry caused hatchling to fail wheel builds with duplicate archive paths.
This commit is contained in:
@@ -49,7 +49,6 @@ packages = ["api", "cli", "config", "core", "messaging", "providers"]
|
||||
|
||||
[tool.hatch.build.targets.wheel.force-include]
|
||||
".env.example" = "cli/env.example"
|
||||
"api/admin_static" = "api/admin_static"
|
||||
|
||||
[tool.uv]
|
||||
required-version = ">=0.11.0"
|
||||
|
||||
Reference in New Issue
Block a user