From 10582ffb12948466cba6c2de45897c3ad6902a52 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Thu, 18 Mar 2021 15:05:16 -0400 Subject: [PATCH] Add license field to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bbdb859..a5bf351 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ keywords = KEYWORDS, author = AUTHOR, author_email = AUTHOR_EMAIL, + license = 'GPL-2.0-or-later', url = URL, packages =['skfeature', 'skfeature.utility','skfeature.function','skfeature.function.information_theoretical_based','skfeature.function.similarity_based','skfeature.function.sparse_learning_based','skfeature.function.statistical_based','skfeature.function.streaming','skfeature.function.structure','skfeature.function.wrapper',] , )