From 1afe4666cfc4147269792277e2890488ebc6e465 Mon Sep 17 00:00:00 2001
From: Dominique Benielli <dominique.benielli@univ-amu.fr>
Date: Thu, 25 May 2023 12:02:09 +0200
Subject: [PATCH] Update setup.py

---
 setup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index c08ed66..ba3f0a3 100644
--- a/setup.py
+++ b/setup.py
@@ -94,7 +94,7 @@ def wselect(args, dirname, names):
     for n in names:
         for rev in reclean:
             if (rev.match(n)):
-                os.remove("%s/%s" %(dirname, n))
+                os.remove("%s/%s" %(dirname, n))(
         break
 
 
@@ -172,8 +172,8 @@ def setup_package():
         'Operating System :: Microsoft :: Windows',
         'Operating System :: POSIX :: Linux',
         'Operating System :: MacOS'],
-    keywords = ('machine learning, supervised learning, classification, '
-                'ensemble methods, boosting, kernel')
+    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' ]
     python_requires = '>=3.6'
-- 
GitLab