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
This commit is contained in:
Pierre Riteau 2021-03-11 06:21:13 +01:00
parent 2d95b84e7d
commit 77cf9028b4
1 changed files with 3 additions and 3 deletions

View File

@ -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 =