Merge "setup.cfg: Replace dashes with underscores"

This commit is contained in:
Zuul 2021-04-29 13:56:28 +00:00 committed by Gerrit Code Review
commit 9389d5c0d9
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
[metadata] [metadata]
name = octavia name = octavia
summary = OpenStack Octavia Scalable Load Balancer as a Service summary = OpenStack Octavia Scalable Load Balancer as a Service
description-file = description_file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/octavia/latest/ home_page = https://docs.openstack.org/octavia/latest/
python-requires = >=3.6 python_requires = >=3.6
classifier = classifier =
Development Status :: 5 - Production/Stable Development Status :: 5 - Production/Stable
Environment :: OpenStack Environment :: OpenStack