summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-08-25 09:22:04 +0000
committerGerrit Code Review <review@openstack.org>2021-08-25 09:22:04 +0000
commit74a55bd2fc0bd5fcab75d6be197eff0882470da7 (patch)
treee35946ab94197b455d75290e5373f0756bb55b73
parent1eb0bbbed7c5ce12aee5f26be7a7aec51ae9ef55 (diff)
parentb443996524a55ee01af67ab7f667829a82ceacce (diff)
downloadpython-glanceclient-74a55bd2fc0bd5fcab75d6be197eff0882470da7.tar.gz
Merge "setup.cfg: Replace dashes with underscores"xena-em3.5.0
-rw-r--r--setup.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 73161d9..a246af5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,13 +1,13 @@
[metadata]
name = python-glanceclient
summary = OpenStack Image API Client Library
-description-file =
+description_file =
README.rst
license = Apache License, Version 2.0
author = OpenStack
-author-email = openstack-discuss@lists.openstack.org
-home-page = https://docs.openstack.org/python-glanceclient/latest/
-python-requires = >=3.6
+author_email = openstack-discuss@lists.openstack.org
+home_page = https://docs.openstack.org/python-glanceclient/latest/
+python_requires = >=3.6
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console