Merge "setup.cfg: Replace dashes with underscores"

This commit is contained in:
Zuul 2021-05-18 09:07:24 +00:00 committed by Gerrit Code Review
commit 919ee09676
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
[metadata]
name = sushy-tools
summary = A set of tools to support the development and test of the Sushy library (https://docs.openstack.org/sushy/)
description-file =
description_file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/sushy/latest/
python-requires = >=3.6
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/sushy/latest/
python_requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology