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