From b87f433ef51b43eafed93ff6c75d0d89d226c9ea Mon Sep 17 00:00:00 2001 From: Lars Kuehmichel Date: Fri, 27 Oct 2023 15:45:09 +0200 Subject: [PATCH] Fix keywords apparently spaces are no longer allowed --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32ff79a..0cef9e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "A light-weight lightning_trainable module for pytorch-lightning." readme = "README.md" requires-python = ">=3.10" license = { file = "LICENSE" } -keywords = ["Machine Learning", "PyTorch", "PyTorch-Lightning"] +keywords = ["Machine-Learning", "PyTorch", "PyTorch-Lightning"] authors = [ { name = "Lars Kühmichel", email = "lars.kuehmichel@stud.uni-heidelberg.de" }