Skip to content

Commit 81094ba

Browse files
test
1 parent db107b5 commit 81094ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[build-system]
2-
requires = ["setuptools>=65.0", "wheel"]
2+
requires = [
3+
"setuptools>=42",
4+
]
35
build-backend = "setuptools.build_meta"
46

57
[project]
@@ -8,6 +10,9 @@ version = "11.0.2000"
810
description = "Dynamsoft Barcode Reader SDK for Python"
911
readme = { file = "README.rst", content-type = "text/x-rst" }
1012

13+
[tool.setuptools]
14+
metedate-version = "2.2"
15+
1116
[tool.cibuildwheel]
1217
manylinux-x86_64-image = "manylinux2014"
1318
manylinux-aarch64-image = "manylinux_2_28"

0 commit comments

Comments
 (0)