From 879594a55f1386ac612a1ab90256a31836b2c663 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 30 Jan 2024 16:13:46 +0000 Subject: [PATCH] setup: Use summary for package summary Otherwise, the long_description file isn't used. Signed-off-by: Stephen Finucane --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index eab5be2..653f3b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = git-pw -description = Git-Patchwork integration tool +summary = Git-Patchwork integration tool long_description = file: README.rst long_description_content_type = text/x-rst; charset=UTF-8 license = MIT License