Skip to content

Commit 9da1b26

Browse files
committed
version bump and updated ucto dependency
1 parent 5eef0cf commit 9da1b26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@
5757

5858
setup(
5959
name = 'python-frog',
60-
version = '0.6.2', #also ensure UCTODATAVERSION and FROGDATAVERSION are good in frog_wrapper.pyx
60+
version = '0.6.3', #also ensure UCTODATAVERSION and FROGDATAVERSION are good in frog_wrapper.pyx
6161
author = "Maarten van Gompel",
6262
author_email = "[email protected]",
63-
description = ("Python binding to FROG, an NLP suite for Dutch doing part-of-speech tagging, lemmatisation, morphological analysis, named-entity recognition, shallow parsing, and dependency parsing."),
63+
description = ("Python binding to Frog, an NLP suite for Dutch doing part-of-speech tagging, lemmatisation, morphological analysis, named-entity recognition, shallow parsing, and dependency parsing."),
6464
license = "GPLv3",
6565
keywords = "nlp computational_linguistics dutch pos lemmatizer",
6666
url = "https://github.com/proycon/python-frog",
6767
ext_modules = extensions,
6868
cmdclass = {'build_ext': build_ext},
69-
requires = ['frog (>=0.26)'],
69+
requires = ['frog (>=0.26)','ucto (>=0.27)'],
7070
install_requires=['Cython'],
7171
data_files = [("sources",["frog_wrapper.pyx"])],
7272
classifiers=[

0 commit comments

Comments
 (0)