Skip to content

Commit 42bf9fd

Browse files
authored
Correction to the list of keywords (#103)
Signed-off-by: Robert Smigielski <[email protected]>
1 parent 1cfd3e9 commit 42bf9fd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ exclude = [
2424
"docs/_build", "docs/processes",
2525
]
2626
keywords = [
27-
"OWASP", "CycloneDX",
28-
"bill-of-materials", "BOM", "software-bill-of-materials","SBOM",
29-
"environment", "virtualenv", "venv", "Poetry", "Pipenv", "requirements", "PDM", "Conda",
30-
"SPDX", "licenses", "PURL", "package-url", "dependency-graph", "buildroot",
31-
]
32-
27+
"OWASP", "CycloneDX",
28+
"bill-of-materials", "BOM", "software-bill-of-materials","SBOM",
29+
"buildroot",
30+
"SPDX", "licenses", "PURL", "package-url", "dependency-graph",
31+
]
3332
classifiers = [
3433
# Trove classifiers - https://packaging.python.org/specifications/core-metadata/#metadata-classifier
3534
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)