Merge "setup.cfg: Replace dashes with underscores"

This commit is contained in:
Zuul 2021-05-26 18:46:18 +00:00 committed by Gerrit Code Review
commit 8846a3f24a

@ -1,11 +1,11 @@
[metadata]
name = stevedore
description-file = README.rst
description_file = README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
author_email = openstack-discuss@lists.openstack.org
summary = Manage dynamic plugins for Python applications
home-page = https://docs.openstack.org/stevedore/latest/
python-requires = >=3.6
home_page = https://docs.openstack.org/stevedore/latest/
python_requires = >=3.6
classifier =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License