Merge "setup.cfg: Replace dashes with underscores"

This commit is contained in:
Zuul 2023-05-19 17:35:15 +00:00 committed by Gerrit Code Review
commit 95405d21bb
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
[metadata]
name = ansible-role-python_venv_build
summary = Ansible role to manage the building of python venvs
description-file =
description_file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/ansible-role-python_venv_build/latest/
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/ansible-role-python_venv_build/latest/
classifier =
Intended Audience :: Developers
Intended Audience :: System Administrators