From 0d8e4b3000b27df2605e26f1cf12af6a69aec1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20L=C3=A4hnemann?= Date: Wed, 13 Dec 2023 10:18:25 +0100 Subject: [PATCH] fix commas --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb3ff7c..128ea80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,8 @@ description = "Analysis of (off-axis) electron holography data with HyperSpy." requires-python = ">=3.8" readme = "README.md" keywords=[ - "python" - "hyperspy" + "python", + "hyperspy", "data analysis", "microscopy", "electron microscopy",