Skip to content

Commit 8cd547c

Browse files
committed
older format?
1 parent 52fc91e commit 8cd547c

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", "pybind11>=2.5.0"]
2+
requires = ["setuptools>=68.2.0", "pybind11>=2.5.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools.packages]
@@ -17,7 +17,7 @@ dynamic = ["version"]
1717
authors = [{ name = "liushuyu", email = "[email protected]" }]
1818
description = "AOSC CI Building System"
1919
readme = "README.md"
20-
license = "LGPL-2.1-or-later"
20+
license = { file = "LICENSE" }
2121
requires-python = ">=3.8"
2222
dependencies = ["pyparsing>=2.4,<4"]
2323
classifiers = [

0 commit comments

Comments
 (0)