Merge "setup.cfg: Replace dashes with underscores"

This commit is contained in:
Zuul 2023-09-07 11:39:03 +00:00 committed by Gerrit Code Review
commit 8b75af5cf5
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
[metadata]
name = microversion_parse
summary = OpenStack microversion header parser
description-file = README.rst
description_file = README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = http://www.openstack.org/
python-requires = >=3.8
author_email = openstack-discuss@lists.openstack.org
home_page = http://www.openstack.org/
python_requires = >=3.8
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology