From d9c2ac64a10eb698f07e00c7ce4446441b2e001c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20L=C3=A4hnemann?= Date: Wed, 13 Dec 2023 10:18:06 +0100 Subject: [PATCH] fix commas --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c78ca920..f57cff804 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,8 @@ description = "EELS and EDS analysis with the HyperSpy framework" requires-python = ">=3.8" readme = "README.md" keywords=[ - "python" - "hyperspy" + "python", + "hyperspy", "data analysis", "microscopy", "electron microscopy",