Skip to content

Commit 0f028f1

Browse files
committed
fix: fix license for older tooling
1 parent 1121f37 commit 0f028f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ description = "Provides additional information about your Pi in the UI"
1212
authors = [
1313
{ name = "Gina Häußge", email = "[email protected]" },
1414
]
15-
license = "AGPL-3.0-or-later"
15+
license = {text = "AGPL-3.0-or-later"}
16+
license-files = ["LICENSE"]
1617
requires-python = ">=3.7,<4"
1718
dependencies = []
1819

0 commit comments

Comments
 (0)