From f6dfb77f94b69637d8d6ee8153d5ebfa3d6de90f Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Thu, 17 Apr 2025 08:51:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20pyproject.toml:=20Fix=20descript?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c02d33..9dabb41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ {name = "Mike Gerber", email = "mike.gerber@sbb.spk-berlin.de"}, {name = "The QURATOR SPK Team", email = "qurator@sbb.spk-berlin.de"}, ] -description = "The OCR evaluation tool" +description = "An OCR evaluation tool" readme = "README.md" license.file = "LICENSE" requires-python = ">=3.9"