fix: add package-data to include templates and verify in CI
Some checks failed
CI / test (3.10) (push) Failing after 10s
CI / test (3.11) (push) Failing after 11s
CI / test (3.12) (push) Failing after 13s
CI / lint (push) Failing after 11s
CI / build (push) Successful in 14s

This commit is contained in:
2026-02-02 16:25:46 +00:00
parent 6fcf5936ac
commit fcc7eb040b

View File

@@ -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"]