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 e863236 commit 086b3bfCopy full SHA for 086b3bf
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "setuptools>=42",
+ "setuptools=65.0",
4
]
5
build-backend = "setuptools.build_meta"
6
@@ -10,9 +10,6 @@ version = "11.0.2000"
10
description = "Dynamsoft Barcode Reader SDK for Python"
11
readme = { file = "README.rst", content-type = "text/x-rst" }
12
13
-[tool.setuptools]
14
-metadata-version = "2.2"
15
-
16
[tool.cibuildwheel]
17
manylinux-x86_64-image = "manylinux2014"
18
manylinux-aarch64-image = "manylinux_2_28"
0 commit comments