Skip to content

Commit 05a2168

Browse files
committed
update metadata for pypi.org
1 parent 43cebfa commit 05a2168

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@
44

55
[tool.poetry]
66
name = "oss-red-flag-checker"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Check remote repositories for typical red flags like CLAs and risks due to low development activity"
9-
authors = ["Max Mehl <max.mehl@deutschebahn.com>"]
9+
authors = ["Open Source at Deutsche Bahn <opensource@deutschebahn.com>"]
10+
maintainers = ["Max Mehl <max.mehl@deutschebahn.com>"]
1011
license = "Apache-2.0"
1112
readme = "README.md"
13+
repository = "https://github.com/dbsystel/oss-red-flag-checker/"
14+
keywords = ["ospo", "open-source-management", "supply-chain", "risk-analysis"]
15+
classifiers = [
16+
"Intended Audience :: Information Technology",
17+
"Topic :: Software Development",
18+
]
1219
packages = [{ include = "ossrfc" }]
1320

1421
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)