diff --git a/Cargo.toml b/Cargo.toml index 9257548..07e3b11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,7 @@ version = "0.4.0" authors = ["Michael Neumann "] license = "BSD-3-Clause" repository = "https://github.com/mneumann/munkres-rs" -description = "Kuhn-Munkres (aka Hungarian) algorithm for solving the -Assignment Problem in O(n^3)" +description = "Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem in O(n^3)" keywords = ["algorithm", "optimization"] include = ["src/*.rs", "Cargo.toml", "LICENSE", "README.md"]