forked from GitHub/gf-core
Bump version of Python bindings
This commit is contained in:
@@ -9,11 +9,17 @@
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
```sh
|
||||||
$ python setup.py build
|
python setup.py build
|
||||||
$ sudo python setup.py install
|
sudo python setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
See `examples/`.
|
See: https://www.grammaticalframework.org/doc/runtime-api.html#python
|
||||||
|
|
||||||
|
## Running tests
|
||||||
|
|
||||||
|
```sh
|
||||||
|
python test.py
|
||||||
|
```
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ pgf_module = Extension('pgf',
|
|||||||
libraries = ['pgf'])
|
libraries = ['pgf'])
|
||||||
|
|
||||||
setup (name = 'pgf',
|
setup (name = 'pgf',
|
||||||
version = '1.0',
|
version = '2.0',
|
||||||
description = 'Python bindings to the Grammatical Framework\'s PGF runtime',
|
description = 'Python bindings to the Grammatical Framework\'s PGF runtime',
|
||||||
long_description="""\
|
long_description="""\
|
||||||
Grammatical Framework (GF) is a programming language for multilingual grammar applications.
|
Grammatical Framework (GF) is a programming language for multilingual grammar applications.
|
||||||
|
|||||||
Reference in New Issue
Block a user