From 12e9543e0a5e7a4afae37f5c7024b1f1c1d821b9 Mon Sep 17 00:00:00 2001 From: "Rodweil, Theodor" Date: Mon, 7 Aug 2023 19:22:49 +0200 Subject: [PATCH] chore: add additional package metadata this is as to have a more user-friendly appearance on PyPI --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 65f44d9..927b22b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,10 @@ author_email = theodor.rodweil@victory-k.it description = sphinxcontrib.confluencebuilder wrapper for delayed publishing long_description = file: README.md long_description_content_type = text/markdown +license = DL-DE-BY-2.0 +license_file = LICENSE +project_urls = + Repository = https://bitbucket.org/victorykit/xconfluencebuilder/ classifiers = ยด topic = : Software Development :: Libraries :: Python Modules