-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update descriptions in Python bindings setup.py
- Loading branch information
1 parent
63a3a57
commit ab3c6ec
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|