From 05a2168ea9f4e772bff36178243fdacfb75ffc3b Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Thu, 21 Sep 2023 15:27:55 +0200 Subject: [PATCH] update metadata for pypi.org --- pyproject.toml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 136e264..c456965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] +authors = ["Open Source at Deutsche Bahn "] +maintainers = ["Max Mehl "] 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]