From 1597d214973174c951f7f4c9cb9ee746e370a6a2 Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Mon, 11 Dec 2023 15:16:44 +0100 Subject: [PATCH] docs: fix keyword --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ded8454..d65f143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ { name = "Jonas Wallin" }, ] license = { file = "LICENSE" } -keywords = ["statistics", "machine learning"] +keywords = ["statistics", "machine-learning"] requires-python = ">=3.7" dependencies = ["numpy>=1.12", "scikit-learn>=1.0", "scipy>=0.18.0"] classifiers = [