Skip to content

Commit

Permalink
Update Cargo manifest
Browse files Browse the repository at this point in the history
- use recommended form for license descriptor
- remove travis CI badge, as Travis is no longer used for CI
  • Loading branch information
Enet4 committed Apr 10, 2021
1 parent 16cd179 commit bad1957
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Rust implementation of the NIfTI file format"
documentation = "https://docs.rs/crate/nifti"
edition = "2018"
keywords = ["nifti", "neuroimaging", "standard", "parser"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
name = "nifti"
readme = "README.md"
repository = "https://github.com/Enet4/nifti-rs"
Expand All @@ -17,10 +17,6 @@ features = ["ndarray_volumes", "nalgebra_affine"]

[badges]

[badges.travis-ci]
branch = "master"
repository = "Enet4/nifti-rs"

[dependencies]
approx = "0.4"
byteordered = "0.5"
Expand Down

0 comments on commit bad1957

Please sign in to comment.