rename the python package to pgf-majestic and uppload to PyPI

This commit is contained in:
Krasimir Angelov
2023-09-10 18:30:19 +02:00
parent 2bc6e28ab0
commit 2df5538084
2 changed files with 8 additions and 8 deletions

View File

@@ -34,8 +34,8 @@ pgf_module = Extension(
libraries = [] if on_windows else ['pgf'])
setup(
name = 'pgf',
version = '2.4',
name = 'pgf-majestic',
version = '2.5',
description = 'Python bindings to the Grammatical Framework\'s PGF runtime',
long_description="""\
Grammatical Framework (GF) is a programming language for multilingual grammar applications.