From 3d0b934bce7b16ed8ba0ecb88973ea45a31f9df7 Mon Sep 17 00:00:00 2001
From: Dominique Benielli <benielli@cppm.in2p3.fr>
Date: Fri, 5 May 2023 14:55:28 +0200
Subject: [PATCH] test to pass faillure

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 20e4188..db9e83a 100644
--- a/setup.py
+++ b/setup.py
@@ -170,7 +170,7 @@ def setup_package():
         'Topic :: Scientific/Engineering',
         'Topic :: Scientific/Engineering :: Artificial Intelligence',
         'Operating System :: Microsoft :: Windows',
-        'Operating System :: POSIX :: Linux,
+        'Operating System :: POSIX :: Linux',
         'Operating System :: MacOS'],
     keywords = ('machine learning, supervised learning, classification, '
                 'ensemble methods, boosting, kernel')
-- 
GitLab