We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1121f37 commit 0f028f1Copy full SHA for 0f028f1
pyproject.toml
@@ -12,7 +12,8 @@ description = "Provides additional information about your Pi in the UI"
12
authors = [
13
{ name = "Gina Häußge", email = "gina@octoprint.org" },
14
]
15
-license = "AGPL-3.0-or-later"
+license = {text = "AGPL-3.0-or-later"}
16
+license-files = ["LICENSE"]
17
requires-python = ">=3.7,<4"
18
dependencies = []
19
0 commit comments