Skip to content

Commit 0f17115

Browse files
authored
Merge pull request #16 from MFraters/remove_space_from_crates_keywords
remove spaces from crate cargo.toml keywords.
2 parents 8aebe7f + bd88590 commit 0f17115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
homepage = "https://github.com/MFraters/cpo_analyzer"
99
repository = "https://github.com/MFraters/cpo_analyzer"
1010
edition = "2018"
11-
keywords = ["CPO", "LPO","crytal preferred","orientation", "pole figures"]
11+
keywords = ["CPO", "LPO","crytal-preferred","orientation", "pole-figures"]
1212
categories = ["science"]
1313

1414
[dependencies]

0 commit comments

Comments
 (0)