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

🐛 pyproject.toml: Fix description

This commit is contained in:
Mike Gerber 2025-04-17 08:51:32 +02:00
parent ef817cb343
commit f6dfb77f94

View file

@ -7,7 +7,7 @@ authors = [
{name = "Mike Gerber", email = "mike.gerber@sbb.spk-berlin.de"}, {name = "Mike Gerber", email = "mike.gerber@sbb.spk-berlin.de"},
{name = "The QURATOR SPK Team", email = "qurator@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" readme = "README.md"
license.file = "LICENSE" license.file = "LICENSE"
requires-python = ">=3.9" requires-python = ">=3.9"