summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/runtime/python/setup.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/runtime/python/setup.py b/src/runtime/python/setup.py
index 19459b411..fdc2fe8c5 100644
--- a/src/runtime/python/setup.py
+++ b/src/runtime/python/setup.py
@@ -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',