Skip to content

Commit 427a40d

Browse files
committed
Update metadata in Cargo.toml
1 parent 7c63a12 commit 427a40d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

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

0 commit comments

Comments
 (0)