From 77cf9028b4331ba809e9be9afa1f45927c838fee Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 11 Mar 2021 06:21:13 +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: Ie2e4f8b4d593985c128c3ffbbd476bc7b79b5db4 --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index efe502a2..a46a0065 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,9 @@ [metadata] name = blazar summary = Reservation Service for OpenStack clouds -description-file = README.rst +description_file = README.rst license = Apache Software License -python-requires = >=3.6 +python_requires = >=3.6 classifiers = Programming Language :: Python Programming Language :: Python :: Implementation :: CPython @@ -21,7 +21,7 @@ classifiers = Operating System :: POSIX :: Linux author = OpenStack author_email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/blazar/latest/ +home_page = https://docs.openstack.org/blazar/latest/ [files] packages =