diff --git a/Cargo.toml b/Cargo.toml index 2f522441..b1a70b3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,8 @@ documentation = "http://nalgebra.org/rustdoc/nalgebra/index.html" homepage = "http://nalgebra.org" repository = "https://github.com/sebcrozet/nalgebra" readme = "README.md" -keywords = [ "linear", "algebra", "matrix", "vector" ] +categories = [ "science" ] +keywords = [ "linear", "algebra", "matrix", "vector", "math" ] license = "BSD-3-Clause" [lib]