diff --git a/setup.py b/setup.py index 40b747b1720074b4488dd4e426b3dac274125f2e..afea9e15dadd0f5239262d73d7865c9d8d664b06 100644 --- a/setup.py +++ b/setup.py @@ -172,7 +172,7 @@ def setup_package(): 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX :: Linux', 'Operating System :: MacOS'], - keywords = ['machine learning, supervised learning, classification, ' + keywords = ['machine learning, supervised learning, classification, ' \ 'ensemble methods, boosting, kernel'] packages = find_packages(exclude=['*.tests']) install_requires = ['scikit-learn>=0.24.2', 'numpy', 'scipy', 'cvxopt' ]