From 0bfb3794c16d45897b6f5426ca8528d954446497 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Tue, 24 Jan 2023 20:13:33 +0100 Subject: [PATCH] temporary rename the package to test the build action for macOS --- 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 d3a84e9e9..fb9c176f8 100644 --- a/src/runtime/python/setup.py +++ b/src/runtime/python/setup.py @@ -22,7 +22,7 @@ pgf_module = Extension( libraries = ['pgf']) setup( - name = 'pgf', + name = 'tpgf', version = '2.0', description = 'Python bindings to the Grammatical Framework\'s PGF runtime', long_description="""\