Skip to content

Commit

Permalink
Use setup.py directly for install targets for faster installation
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-sahin committed Sep 24, 2024
1 parent 358ab52 commit e51c58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e51c58b

Please sign in to comment.