mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-05 06:46:13 +00:00
Drop redundant hatch force-include of templates/static
packages=["tuftecms"] already includes them; newer hatchling errors on the duplicate paths, breaking docker builds. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -43,7 +43,3 @@ build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["tuftecms"]
|
||||
|
||||
[tool.hatch.build.targets.wheel.force-include]
|
||||
"tuftecms/templates" = "tuftecms/templates"
|
||||
"tuftecms/static" = "tuftecms/static"
|
||||
|
||||
Reference in New Issue
Block a user