Skip to content

Commit

Permalink
Update descriptions in Python bindings setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcamilleri committed Jun 17, 2020
1 parent 63a3a57 commit ab3c6ec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/runtime/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@

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='[email protected]',
license='BSD',
Expand Down

0 comments on commit ab3c6ec

Please sign in to comment.