Skip to content

Commit 06e70bc

Browse files
committed
Update pyproject license attribute to SPDX expression
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
1 parent 4186c59 commit 06e70bc

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
@@ -3,7 +3,7 @@ name = "pretix-oidc"
33
dynamic = ["version"]
44
description = "OIDC authentication plugin for pretix"
55
readme = "README.md"
6-
license = {text = "Apache"}
6+
license = "Apache-2.0"
77
keywords = ["pretix", "oidc"]
88
authors = [
99
{name = "Felix Schäfer", email = "admin@kif.rocks"},

0 commit comments

Comments
 (0)