From f42ef66d1b0ee33a15d99cb067181ef66a2c7954 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 18 Jan 2024 14:53:58 -0800 Subject: [PATCH] Use summary for the package summary Otherwise, the long_description file isn't used. Change-Id: Ib494a0bac947cc6b5fb8d3d4315a3d386cbffdc2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cd5a4e52..8c3a9935 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = pbr author = OpenStack author_email = openstack-discuss@lists.openstack.org -description = Python Build Reasonableness +summary = Python Build Reasonableness long_description = file: README.rst long_description_content_type = text/x-rst; charset=UTF-8 url = https://docs.openstack.org/pbr/latest/