1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-08-01 05:40:04 +02:00

⚙ pyproject.toml: Add license.file

This commit is contained in:
Mike Gerber 2024-07-19 09:58:01 +02:00
parent 2e9e88cc1e
commit 27ad145c7e

View file

@ -9,6 +9,7 @@ authors = [
] ]
description = "The OCR evaluation tool" description = "The OCR evaluation tool"
readme = "README.md" readme = "README.md"
license.file = "LICENSE"
requires-python = ">=3.8" requires-python = ">=3.8"
keywords = ["qurator", "ocr", "evaluation", "ocr-d"] keywords = ["qurator", "ocr", "evaluation", "ocr-d"]