Merge "setup.cfg: Replace dashes with underscores"

This commit is contained in:
Zuul 2021-05-25 14:00:51 +00:00 committed by Gerrit Code Review
commit 1f5ce54ef8
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
[metadata] [metadata]
name = tripleo-common name = tripleo-common
summary = A common library for TripleO workflows. summary = A common library for TripleO workflows.
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/tripleo-common/latest/ home_page = https://docs.openstack.org/tripleo-common/latest/
python-requires = >=3.6 python_requires = >=3.6
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology