summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-04-20 16:40:01 +0100
committerStephen Finucane <stephenfin@redhat.com>2021-04-20 17:13:22 +0100
commitea7ae8e65598290c317717f290c9db09edd9daf4 (patch)
treef5a82c5de82bcd0759a42bb829a470898ca0ef2e /setup.cfg
parente010f43c1c380d91c0bbb066061f570a047d6c1b (diff)
downloadcinder-ea7ae8e65598290c317717f290c9db09edd9daf4.tar.gz
setup.cfg: Replace dashes with underscores
Resolves warnings like the following: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead Change-Id: Ie12ecf09c30b1b53228882ba252813cd87dfa251 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 81bc515ef..b0b969272 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,12 +1,12 @@
[metadata]
name = cinder
summary = OpenStack Block Storage
-description-file =
+description_file =
README.rst
author = OpenStack
-author-email = openstack-discuss@lists.openstack.org
-home-page = https://docs.openstack.org/cinder/latest/
-python-requires = >=3.6
+author_email = openstack-discuss@lists.openstack.org
+home_page = https://docs.openstack.org/cinder/latest/
+python_requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology