Skip to content

Commit ada98ba

Browse files
committed
build: add pyproject.toml for PEP 517/518 support
Signed-off-by: yexiaochuan <tap91624@gmail.com>
1 parent 5094dcf commit ada98ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[build-system]
2+
requires = [
3+
"setuptools>=68",
4+
"wheel",
5+
"cmake>=3.22",
6+
"protobuf>=4.25.1"
7+
]
8+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)