Skip to content

Commit 92b2ca3

Browse files
authored
Use SPDX license identifier (#1029)
1 parent e60b1a1 commit 92b2ca3

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
@@ -8,7 +8,7 @@ authors = [{ name = "Home Assistant Team", email = "hello@home-assistant.io" }]
88
description = "Python wrapper for zwave-js-server"
99
readme = "README.md"
1010
requires-python = ">=3.12"
11-
license = { file = "LICENSE" }
11+
license = { text = "Apache-2.0" }
1212
keywords = ["home", "automation", "zwave", "zwave-js"]
1313
classifiers = [
1414
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)