From f3cd7b4c4ca8963f698d20cd601b1b334f6328c6 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Sat, 26 Oct 2024 22:33:27 -0400 Subject: [PATCH] Add commas in keywords in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41fe385..a43118e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ maintainers = [ { name="Simon J.L. Billinge group", email="simon.billinge@gmail.com" }, ] description = "Shared utilities for diffpy packages" -keywords = ['"text data parsers" "wx grid" "diffraction objects"'] +keywords = ["text data parsers", "wx grid", "diffraction objects"] readme = "README.rst" requires-python = ">=3.11, <3.14" classifiers = [