From 08fb2dc21e152648d6838d3b35a09fbf95bdb3c9 Mon Sep 17 00:00:00 2001 From: Andrea Cervesato Date: Wed, 12 Jun 2024 15:37:04 +0200 Subject: [PATCH] Fix setup.py license The setuptools script is using LGPLv2 while the project is developed in GPLv2. Signed-off-by: Andrea Cervesato --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29938a1..18bad6f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ description='All-in-one Linux Testing Framework', author='Andrea Cervesato', author_email='andrea.cervesato@mailbox.org', - license='LGPLv2', + license='GPLv2', url='https://github.com/acerv/kirk', classifiers=[ 'Natural Language :: English',