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:
@@ -17,7 +17,13 @@ pgf_module = Extension('pgf',
|
|||||||
|
|
||||||
setup (name = 'pgf',
|
setup (name = 'pgf',
|
||||||
version = '1.0',
|
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='Krasimir Angelov',
|
||||||
author_email='kr.angelov@gmail.com',
|
author_email='kr.angelov@gmail.com',
|
||||||
license='BSD',
|
license='BSD',
|
||||||
|
|||||||
Reference in New Issue
Block a user