diff --git a/Cargo.toml b/Cargo.toml index 95ae0de..df44e94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ authors = ["Daniel Bauer "] description = "An implementation of the weighted histogram analysis method" license = "GPL-3.0" repository = "https://github.com/danijoo/WHAM" +readme = "README.md" +categories = ["science", "command-line-utilities", "molecular-dynamics", "algorithms"] +keywords = ["math", "statistics", "histogram", "bioinformatics", "molecular-dynamics"] [dependencies] clap = {version="2.32.0", features=['yaml']}