From: Rui Chen Date: Wed, 11 Dec 2024 01:54:24 +0000 (-0500) Subject: chore(license): update license classifier to `GPL-3.0-or-later` X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=26a168d24c8005dbd11cb353f70dc93ae819c6a8;p=fairystockfish.git chore(license): update license classifier to `GPL-3.0-or-later` Signed-off-by: Rui Chen --- diff --git a/setup.py b/setup.py index 050ae43..bcbd9e4 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ if "64bit" in platform.architecture(): CLASSIFIERS = [ "Development Status :: 3 - Alpha", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "License :: OSI Approved :: GNU General Public License v3 or later (GPL-3.0-or-later)", "Programming Language :: Python :: 3", "Operating System :: OS Independent", ]