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:
2026-06-05 00:25:52 -04:00
parent 7ec2469295
commit e8de643a44
-4
View File
@@ -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"