From e8de643a44aaa8589db3f3f0a0441bc5e7c21821 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 5 Jun 2026 00:25:52 -0400 Subject: [PATCH] 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) --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c2576dd..9b9adf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"