From 682845902d5ada549c3b7d33e45e76104fd51c11 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 23 Jan 2024 11:55:48 +0000 Subject: [PATCH] setup: Replace dashes with underscores Change-Id: Ie18901ce3fc954b910f796976fb0ed279faf1be6 Signed-off-by: Stephen Finucane --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index c0dd111..c5e2f64 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,11 @@ [metadata] name = openstackclient summary = OpenStack Command-line Client -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/python-openstackclient/latest/ +author_email = openstack-discuss@lists.openstack.org +home_page = https://docs.openstack.org/python-openstackclient/latest/ python-requires = >=3.8 classifier = Environment :: OpenStack