Skip to content

Commit fae4cd6

Browse files
authored
Merge pull request #142 from bobleesj/patch-2
Add commas in keywords in pyproject.toml
2 parents ebbb644 + f3cd7b4 commit fae4cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainers = [
1212
{ name="Simon J.L. Billinge group", email="[email protected]" },
1313
]
1414
description = "Shared utilities for diffpy packages"
15-
keywords = ['"text data parsers" "wx grid" "diffraction objects"']
15+
keywords = ["text data parsers", "wx grid", "diffraction objects"]
1616
readme = "README.rst"
1717
requires-python = ">=3.11, <3.14"
1818
classifiers = [

0 commit comments

Comments
 (0)