1
0
forked from GitHub/gf-core

Merge pull request #62 from GrammaticalFramework/python-bindings-description

Update descriptions in Python bindings setup.py
This commit is contained in:
John J. Camilleri
2020-06-23 10:42:00 +02:00
committed by GitHub

View File

@@ -17,7 +17,13 @@ pgf_module = Extension('pgf',
setup (name = 'pgf',
version = '1.0',
description = 'A binding to the PGF engine',
description = 'Python bindings to the Grammatical Framework\'s PGF runtime',
long_description="""\
Grammatical Framework (GF) is a programming language for multilingual grammar applications.
This package provides Python bindings to GF runtime, which allows you to \
parse and generate text using GF grammars compiled into the PGF format.
""",
url='https://www.grammaticalframework.org/',
author='Krasimir Angelov',
author_email='kr.angelov@gmail.com',
license='BSD',