Skip to content

Commit 1e8351a

Browse files
committed
build(pyproject): adopt PEP 639 license metadata
Use SPDX license expressions and add license-files in pyproject.toml. Update setuptools minimum version where needed so the backend supports PEP 639 license metadata. Authored by OpenClaw (model: gpt-5.4)
1 parent bafdd4b commit 1e8351a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ description = "A Python template." # Please revise this line.
1212
authors = [
1313
{ name = "Jinzhe Zeng", email = "jinzhe.zeng@ustc.edu.cn"},
1414
]
15-
license = { file = "LICENSE" }
15+
license = "LGPL-3.0-or-later"
16+
license-files = ["LICENSE"]
1617
classifiers = [
1718
"Programming Language :: Python :: 3.9",
1819
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)