Skip to content

Commit

Permalink
build: Correctly exclude unauthorized licenses
Browse files Browse the repository at this point in the history
fixes #81
  • Loading branch information
thehale committed Nov 10, 2024
1 parent 325cb9e commit 2b2b352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ authorized_licenses = [
"Mozilla Public License 2.0 (MPL 2.0)",
"Unlicense"
]
unautorized_licenses = [
unauthorized_licenses = [
"GPL",
"GNU General Public License v2 (GPLv2)"
]
Expand Down

0 comments on commit 2b2b352

Please sign in to comment.