|
Added
Link Here
|
| 1 |
--- setup.py.orig 2020-07-15 11:49:38 UTC |
| 2 |
+++ setup.py |
| 3 |
@@ -187,7 +187,7 @@ setup(name='PyStemmer', |
| 4 |
"Topic :: Text Processing :: Indexing", |
| 5 |
"Topic :: Text Processing :: Linguistic", |
| 6 |
], |
| 7 |
- setup_requires=['Cython>=0.28.5,<1.0', 'setuptools>=18.0'], |
| 8 |
+ setup_requires=['Cython>=0.28.5', 'setuptools>=18.0'], |
| 9 |
ext_modules=[ |
| 10 |
Extension( |
| 11 |
'Stemmer', |