From 5342195fbbba42aa4da283ba88cdec39ff2276d0 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 16:53:00 +0000 Subject: [PATCH] fix: resolve CI test failures by simplifying workflow and fixing template loading --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a6a342a..2e928a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,10 +41,9 @@ gitignore = "gitignore_generator.cli:main" [tool.setuptools.packages.find] where = ["."] -include = ["gitignore_generator*"] [tool.setuptools.package-data] -gitignore_generator = ["templates/*.json", "templates/languages/*.gitignore", "templates/ides/*.gitignore"] +gitignore_generator = ["templates/**/*.json", "templates/**/*.gitignore"] [tool.pytest.ini_options] testpaths = ["tests"]