Merge "setup.cfg: Replace dashes with underscores"

This commit is contained in:
Zuul 2021-06-02 09:33:47 +00:00 committed by Gerrit Code Review
commit 1002a5d232
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
[metadata]
name = os-testr
summary = A testr wrapper to provide functionality for OpenStack projects
description-file =
description_file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/os-testr/latest/
python-requires = >=3.6
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/os-testr/latest/
python_requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology