1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-08 03:10:30 +02:00

🧹 pyproject: Remove extra *.json

This commit is contained in:
Mike Gerber 2023-08-11 20:04:35 +02:00
parent de70b198ac
commit 9594b4c9d2

View file

@ -48,7 +48,7 @@ optional-dependencies.dev = {file = ["requirements-dev.txt"]}
where = ["src"] where = ["src"]
[tool.setuptools.package-data] [tool.setuptools.package-data]
dinglehopper = ["*.json", "templates/*"] dinglehopper = ["templates/*"]
[tool.pytest.ini_options] [tool.pytest.ini_options]