Skip to content

Commit

Permalink
Merge pull request #149 from sebasv/fix-docs-link
Browse files Browse the repository at this point in the history
Update Cargo.toml
  • Loading branch information
kngwyu authored Aug 4, 2020
2 parents 50ee9ef + 7c7da09 commit 9d6a6cd
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 @@ -3,7 +3,7 @@ name = "numpy"
version = "0.11.0"
authors = ["Toshiki Teramura <[email protected]>", "Yuji Kanagawa <[email protected]>"]
description = "Rust binding of NumPy C-API"
documentation = "https://rust-numpy.github.io/rust-numpy/numpy"
documentation = "https://pyo3.github.io/rust-numpy/numpy"
edition = "2018"
repository = "https://github.com/rust-numpy/rust-numpy"
keywords = ["numpy", "python", "binding"]
Expand All @@ -25,4 +25,4 @@ python3 = ["pyo3/python3"]


[workspace]
members = ["examples/*"]
members = ["examples/*"]

0 comments on commit 9d6a6cd

Please sign in to comment.