Skip to content

Commit e618e6c

Browse files
Copilotmartinpopel
andcommitted
Fix license classifier to match GPL v3 in LICENSE file
Co-authored-by: martinpopel <724617+martinpopel@users.noreply.github.com>
1 parent 072cab4 commit e618e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
]
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
17-
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
17+
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1818
"Operating System :: OS Independent",
1919
]
2020
dependencies = [

0 commit comments

Comments
 (0)