1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

Add Dockerfile and Makefile to create ocr-d image

This commit is contained in:
joschrew 2024-10-02 15:29:36 +02:00
parent 2e6fe0c279
commit 9c7c104dce
3 changed files with 49 additions and 1 deletions

View file

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