projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d579f97
)
chore(license): update license classifier to `GPL-3.0-or-later`
author
Rui Chen
<rui@chenrui.dev>
Wed, 11 Dec 2024 01:54:24 +0000 (20:54 -0500)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Wed, 11 Dec 2024 10:06:15 +0000 (11:06 +0100)
Signed-off-by: Rui Chen <rui@chenrui.dev>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
050ae43
..
bcbd9e4
100644
(file)
--- 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",
]