fix: properly include templates in package distribution
This commit is contained in:
@@ -41,9 +41,10 @@ gitignore = "gitignore_generator.cli:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["gitignore_generator*"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
gitignore_generator = ["templates/**/*"]
|
||||
gitignore_generator = ["templates/*.json", "templates/languages/*.gitignore", "templates/ides/*.gitignore"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
|
||||
Reference in New Issue
Block a user