We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fc91e commit 8cd547cCopy full SHA for 8cd547c
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools", "pybind11>=2.5.0"]
+requires = ["setuptools>=68.2.0", "pybind11>=2.5.0"]
3
build-backend = "setuptools.build_meta"
4
5
[tool.setuptools.packages]
@@ -17,7 +17,7 @@ dynamic = ["version"]
17
authors = [{ name = "liushuyu", email = "[email protected]" }]
18
description = "AOSC CI Building System"
19
readme = "README.md"
20
-license = "LGPL-2.1-or-later"
+license = { file = "LICENSE" }
21
requires-python = ">=3.8"
22
dependencies = ["pyparsing>=2.4,<4"]
23
classifiers = [
0 commit comments