Skip to content

Commit

Permalink
update metadata for pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Sep 21, 2023
1 parent 43cebfa commit 05a2168
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@

[tool.poetry]
name = "oss-red-flag-checker"
version = "0.1.1"
version = "0.1.2"
description = "Check remote repositories for typical red flags like CLAs and risks due to low development activity"
authors = ["Max Mehl <[email protected]>"]
authors = ["Open Source at Deutsche Bahn <[email protected]>"]
maintainers = ["Max Mehl <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/dbsystel/oss-red-flag-checker/"
keywords = ["ospo", "open-source-management", "supply-chain", "risk-analysis"]
classifiers = [
"Intended Audience :: Information Technology",
"Topic :: Software Development",
]
packages = [{ include = "ossrfc" }]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 05a2168

Please sign in to comment.