From fcc7eb040b9363f958b3ff3bb292c263f994c340 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 16:25:46 +0000 Subject: [PATCH] fix: add package-data to include templates and verify in CI --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b631d45..e834a91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,9 @@ gitignore = "gitignore_generator.cli:main" [tool.setuptools.packages.find] where = ["."] +[tool.setuptools.package-data] +gitignore_generator = ["templates/**/*"] + [tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"]