Skip to content

Commit

Permalink
Add commas in keywords in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj authored Oct 27, 2024
1 parent ebbb644 commit f3cd7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit f3cd7b4

Please sign in to comment.