diff --git a/Cargo.toml b/Cargo.toml index cdbe4e79..19406716 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,5 +28,5 @@ strip = true panic = 'abort' [package.metadata.scripts] -install = "pip install -e . --no-deps" -install-release = "pip install . --no-deps" +install = "python setup.py build_rust --inplace" +install-release = "python setup.py build_rust --inplace --release"