Skip to content

Commit 7e1b02c

Browse files
authored
Merge pull request #179 from al626/main
Publish with `license` field instead of `license-file`
2 parents bebf608 + 50598d9 commit 7e1b02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation = "https://pyo3.github.io/rust-numpy/numpy"
77
edition = "2018"
88
repository = "https://github.com/rust-numpy/rust-numpy"
99
keywords = ["numpy", "python", "binding"]
10-
license-file = "LICENSE"
10+
license = "BSD-2-Clause"
1111

1212
[dependencies]
1313
cfg-if = "0.1"

0 commit comments

Comments
 (0)