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',] , )