From: gbtami Date: Tue, 31 Dec 2024 18:23:07 +0000 (+0100) Subject: Fix pyffish License classifier X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=239475be849ac07b2c83bbbf48166feb9b2f1141;p=fairystockfish.git Fix pyffish License classifier --- diff --git a/setup.py b/setup.py index d8aa3ea..09fb65e 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 or later (GPL-3.0-or-later)", + "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3", "Operating System :: OS Independent", ]