From e95d172beaac48c8f019bc7e9fd45768efbaefa8 Mon Sep 17 00:00:00 2001 From: Martin Lehmann Date: Mon, 19 Aug 2024 10:26:58 +0200 Subject: [PATCH] build: Update project metadata - The "description" field now uses the correct spelling of py-capellambse - Shorten the license info in the PyPI sidebar to just the license name --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 02189842..9ff6094b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,10 +9,10 @@ build-backend = "setuptools.build_meta" dynamic = ["version"] name = "capellambse-context-diagrams" -description = "Extension for python-capella-mbse that adds automatically generated context diagrams for arbitrary model elements." +description = "Extension for py-capellambse that adds automatically generated context diagrams for arbitrary model elements." readme = "README.md" requires-python = ">=3.10" -license = { file = "LICENSES/Apache-2.0.txt" } +license.text = "Apache-2.0" authors = [ { name = "DB InfraGO AG" }, ]