From f9ea9f079539debaa188db91f1a86a6b5c6298bc Mon Sep 17 00:00:00 2001 From: Luca Trevisani Date: Fri, 31 Aug 2018 12:57:52 +0200 Subject: [PATCH] Add keyword "math" and category "science" --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]