diff --git a/pyproject.toml b/pyproject.toml index 1b004efb3..8a38bb8aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -172,3 +172,4 @@ ignore_missing_imports = true cmake.build-type = "Release" cmake.build-args = ["--config", "Release"] wheel.cmake = false +editable.mode = "inplace"