Skip to content

Commit 9548c5b

Browse files
kngwyuadamreichold
authored andcommitted
Update metadata in Cargo.toml
1 parent eb1068b commit 9548c5b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
name = "numpy"
33
version = "0.15.1"
44
authors = [
5-
"Toshiki Teramura <[email protected]>",
6-
"Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>",
5+
"The rust-numpy Project Developers",
6+
"PyO3 Project and Contributors <https://github.com/PyO3>"
77
]
8-
description = "Rust binding of NumPy C-API"
9-
documentation = "https://pyo3.github.io/rust-numpy/numpy"
8+
description = "Rust bindings of NumPy C-API"
9+
documentation = "https://docs.rs/numpy"
1010
edition = "2018"
1111
rust-version = "1.48"
1212
repository = "https://github.com/PyO3/rust-numpy"
13-
keywords = ["numpy", "python", "binding"]
13+
categories = ["api-bindings", "development-tools::ffi", "science"]
14+
keywords = ["python", "numpy", "ffi", "pyo3"]
1415
license = "BSD-2-Clause"
1516

1617
[dependencies]

0 commit comments

Comments
 (0)