We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db107b5 commit 81094baCopy full SHA for 81094ba
pyproject.toml
@@ -1,5 +1,7 @@
1
[build-system]
2
-requires = ["setuptools>=65.0", "wheel"]
+requires = [
3
+ "setuptools>=42",
4
+]
5
build-backend = "setuptools.build_meta"
6
7
[project]
@@ -8,6 +10,9 @@ version = "11.0.2000"
8
10
description = "Dynamsoft Barcode Reader SDK for Python"
9
11
readme = { file = "README.rst", content-type = "text/x-rst" }
12
13
+[tool.setuptools]
14
+metedate-version = "2.2"
15
+
16
[tool.cibuildwheel]
17
manylinux-x86_64-image = "manylinux2014"
18
manylinux-aarch64-image = "manylinux_2_28"
0 commit comments