From 6b998ddcf80bffd1e5b10134cf902f5cfa13994b Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 16:53:01 +0000 Subject: [PATCH] fix: resolve CI test failures by simplifying workflow and fixing template loading --- MANIFEST.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 5164483..c291dcb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,3 @@ include README.md include pyproject.toml -global-include *.gitignore -global-include *.json +grecursive-include gitignore_generator/templates *.json *.gitignore