From bae3ebf9dda44c9135ea2c122085453752b6caef Mon Sep 17 00:00:00 2001 From: Antonio Lopez Rivera Date: Sat, 11 Sep 2021 14:05:59 +0200 Subject: [PATCH] License update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bbb280d..c065d98 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ ], classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", ], python_requires='>=3.8',