Skip to content

Commit 26dc2b3

Browse files
authored
Merge pull request #6 from aboutcode-org/release
Fix keywords field to conform to crates.io requirements
2 parents fb6d48d + caaae8d commit 26dc2b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ readme = "README.md"
1010
documentation = "https://docs.rs/purl_validator"
1111

1212
repository = "https://github.com/aboutcode-org/purl-validator.rs"
13-
keywords = ["package url", "package", "purl"]
13+
keywords = ["packageurl", "package", "purl", "sbom-tool"]
1414
categories = ["development-tools", "security" ]
1515

1616
include = [
1717
"src/**",
1818
"purls.fst",
1919
"Cargo.toml",
2020
"README.md",
21+
"CHANGELOG.md",
2122
"LICENSE"
2223
]
2324

0 commit comments

Comments
 (0)