From 8f3dbe150d7e97a3f7eefdbd06c100a92bac4d08 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Tue, 24 Jan 2023 20:20:16 +0100 Subject: [PATCH] restore the package name --- src/runtime/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/python/setup.py b/src/runtime/python/setup.py index fb9c176f8..d3a84e9e9 100644 --- a/src/runtime/python/setup.py +++ b/src/runtime/python/setup.py @@ -22,7 +22,7 @@ pgf_module = Extension( libraries = ['pgf']) setup( - name = 'tpgf', + name = 'pgf', version = '2.0', description = 'Python bindings to the Grammatical Framework\'s PGF runtime', long_description="""\