Skip to content

Commit 2d8cda6

Browse files
committed
adding install_requires Cython for good measure
1 parent b2ccb11 commit 2d8cda6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@
4747
author = "Maarten van Gompel",
4848
author_email = "proycon@anaproy.nl",
4949
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."),
50-
requires = ['frog (>=0.13.6)'],
5150
license = "GPL",
5251
keywords = "nlp computational_linguistics dutch pos lemmatizer",
5352
url = "https://github.com/proycon/python-frog",
5453
ext_modules = extensions,
5554
cmdclass = {'build_ext': build_ext},
55+
requires = ['frog (>=0.13.6)'],
56+
install_requires=['Cython'],
5657
classifiers=[
5758
"Development Status :: 4 - Beta",
5859
"Topic :: Text Processing :: Linguistic",

0 commit comments

Comments
 (0)