We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c1d15 commit a218903Copy full SHA for a218903
src/runtime/python/setup.py
@@ -1,4 +1,4 @@
1
-from distutils.core import setup, Extension
+from setuptools import setup, Extension
2
import os
3
4
includes = os.getenv('EXTRA_INCLUDE_DIRS','').split(':')
@@ -16,7 +16,7 @@
16
libraries = ['gu', 'pgf'])
17
18
setup (name = 'pgf',
19
- version = '1.0',
+ version = '1.1',
20
description = 'Python bindings to the Grammatical Framework\'s PGF runtime',
21
long_description="""\
22
Grammatical Framework (GF) is a programming language for multilingual grammar applications.
0 commit comments