We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09399d commit f2d9e44Copy full SHA for f2d9e44
pyproject.toml
@@ -29,12 +29,10 @@ test = ["trimesh",
29
[tool.cibuildwheel]
30
# Run the package tests on every wheel using `pytest`
31
test-command = "pytest {package}/tests"
32
-
33
-[tool.setuptools]
34
-license-files = [ "LICENSE" ]
35
36
# will install pytest and other packages in the `test` extra
37
test-extras = ["test"]
38
39
# Skip PyPy on Windows as it doesn't appear to have numpy wheels
40
skip = ["pp*-win*", "*musllinux_i686"]
+
+[tool.setuptools]
+license-files = [ "LICENSE" ]
0 commit comments