From c6db78714078b865f53fedc4bdede4485bbc833c Mon Sep 17 00:00:00 2001 From: Pierre Riteau <pierre@stackhpc.com> Date: Thu, 11 Mar 2021 06:23:59 +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: I40e09327f4d3d9db183aaea8eaedc52e1d5e9233 --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9746f47..9666150 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] name = blazar-dashboard summary = Horizon plugin for the Blazar Reservation Service for OpenStack -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/blazar-dashboard/latest/ -python-requires = >=3.6 +author_email = openstack-discuss@lists.openstack.org +home_page = https://docs.openstack.org/blazar-dashboard/latest/ +python_requires = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Information Technology