From 27ad145c7e303439ef413505b1cb1178bc23370b Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 19 Jul 2024 09:58:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=20pyproject.toml:=20Add=20license.fil?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 25efdcd..c2263e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ authors = [ ] description = "The OCR evaluation tool" readme = "README.md" +license.file = "LICENSE" requires-python = ">=3.8" keywords = ["qurator", "ocr", "evaluation", "ocr-d"]