projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4d8f3d2
)
Fix pyffish License classifier
author
gbtami
<gbtami@gmail.com>
Tue, 31 Dec 2024 18:23:07 +0000 (19:23 +0100)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Tue, 31 Dec 2024 19:39:39 +0000 (20:39 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
d8aa3ea
..
09fb65e
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 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",
]