From 912fccbad3b1a8751d7cda284b4aaac7ccdc3e90 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 28 Oct 2021 14:51:46 +0200 Subject: setup: fix package name --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 6b3d57a..c0291d0 100644 --- a/python/setup.py +++ b/python/setup.py @@ -26,7 +26,7 @@ with open("README.md", "r") as fh: ]}, install_requires=[ "dynaconf[ini]", - "grobid_xml_tei", + "grobid-tei-xml", "luigi", "requests", ], -- cgit v1.2.3