Skip to content

Commit 56c219c

Browse files
committed
Use PEP 639 license expression
1 parent 8b6f348 commit 56c219c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = ["setuptools>=77.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -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 = { text = "Apache-2.0" }
11+
license = "Apache-2.0"
1212
keywords = ["home", "automation", "zwave", "zwave-js"]
1313
classifiers = [
1414
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)