Skip to content

Commit f2d9e44

Browse files
authored
Fix sdist (?)
1 parent d09399d commit f2d9e44

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@ test = ["trimesh",
2929
[tool.cibuildwheel]
3030
# Run the package tests on every wheel using `pytest`
3131
test-command = "pytest {package}/tests"
32-
33-
[tool.setuptools]
34-
license-files = [ "LICENSE" ]
35-
3632
# will install pytest and other packages in the `test` extra
3733
test-extras = ["test"]
38-
3934
# Skip PyPy on Windows as it doesn't appear to have numpy wheels
4035
skip = ["pp*-win*", "*musllinux_i686"]
36+
37+
[tool.setuptools]
38+
license-files = [ "LICENSE" ]

0 commit comments

Comments
 (0)