Merge "setup.cfg: Replace dashes with underscores"

This commit is contained in:
Zuul 2021-11-21 14:14:17 +00:00 committed by Gerrit Code Review
commit 395f792358
1 changed files with 4 additions and 4 deletions

View File

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