fix: add package-data to include templates and verify in CI
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user