From 82adfbc02fdac3c2a83c81e07e921c4df0a1721d Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 11 Mar 2021 06:22:47 +0100 Subject: [PATCH] Change dashes to underscore in setup.cfg Recent versions of setuptools are warning that usage of dash-separated keys will not be supported in future versions. Change-Id: I921ede38ce77bf4a95f34fdc7b4dd293d490b78f --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 02b7b53..3f77ce4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,11 @@ [metadata] name = blazar_tempest_plugin summary = Tempest plugin for Blazar Project -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/blazar/latest/ +author_email = openstack-discuss@lists.openstack.org +home_page = https://docs.openstack.org/blazar/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology