Skip to content

Commit a218903

Browse files
committed
use setuptools (so it works for 3.12+) + bump version to 1.1
1 parent f1c1d15 commit a218903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from distutils.core import setup, Extension
1+
from setuptools import setup, Extension
22
import os
33

44
includes = os.getenv('EXTRA_INCLUDE_DIRS','').split(':')
@@ -16,7 +16,7 @@
1616
libraries = ['gu', 'pgf'])
1717

1818
setup (name = 'pgf',
19-
version = '1.0',
19+
version = '1.1',
2020
description = 'Python bindings to the Grammatical Framework\'s PGF runtime',
2121
long_description="""\
2222
Grammatical Framework (GF) is a programming language for multilingual grammar applications.

0 commit comments

Comments
 (0)