diff --git a/pyproject.toml b/pyproject.toml index 7a12eed1a..6a300985a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,9 +57,11 @@ pybind11 = "pybind11.share.pkgconfig" test = [ "pytest", "build", - "tomlkit", ] -dev = [{ include-group = "test" }] +dev = [ + "tomlkit", + { include-group = "test" } +] [tool.scikit-build]