Skip to content

Commit b8c071c

Browse files
Correct license specified in pyproject.toml from MIT to GNU GPLv2
Signed-off-by: Jacob Stopak <[email protected]>
1 parent 32a3a3f commit b8c071c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ keywords = [
2424
"dryrun",
2525
"dry-run",
2626
]
27-
license = { text = "MIT License" }
27+
license = { text = "GPL-2.0" }
2828
classifiers = [
2929
"Programming Language :: Python :: 3",
30-
"License :: OSI Approved :: MIT License",
30+
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
3131
"Operating System :: OS Independent",
3232
]
3333
dependencies = [

0 commit comments

Comments
 (0)