Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit bd9b9839 authored by Henry Schreiner's avatar Henry Schreiner Committed by GitHub
Browse files

style: reorder pyproject.toml

parent f8aa843a
No related branches found
No related tags found
No related merge requests found
...@@ -8,15 +8,14 @@ name = "scikit_build_example" ...@@ -8,15 +8,14 @@ name = "scikit_build_example"
version = "0.0.1" version = "0.0.1"
requires-python = ">=3.7" requires-python = ">=3.7"
[project.optional-dependencies]
test = ["pytest"]
[tool.scikit-build] [tool.scikit-build]
wheel.expand-macos-universal-tags = true wheel.expand-macos-universal-tags = true
[project.optional-dependencies]
test = ["pytest"]
[tool.cibuildwheel] [tool.cibuildwheel]
test-command = "pytest {project}/tests" test-command = "pytest {project}/tests"
test-extras = ["test"] test-extras = ["test"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment