Skip to content

Commit d9866f3

Browse files
authored
Merge pull request #419 from njzjz-bothub/openclaw/pep639-license
build(pyproject): adopt PEP 639 license metadata
2 parents c22070a + 323802b commit d9866f3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

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

55
[project]
@@ -26,10 +26,11 @@ authors = [
2626

2727
description = "Benchmarking of Large Atomic Models"
2828
readme = "README.md"
29+
license = "MIT"
30+
license-files = ["LICENSE*"]
2931
requires-python = ">=3.11"
3032
classifiers = [
3133
"Programming Language :: Python :: 3",
32-
"License :: OSI Approved :: MIT License",
3334
"Operating System :: OS Independent",
3435
]
3536

0 commit comments

Comments
 (0)