From 6662fc9eca3bb95a55436852c3569d978bcae975 Mon Sep 17 00:00:00 2001 From: Yandong Xuan Date: Mon, 26 Apr 2021 14:35:46 +0800 Subject: [PATCH] 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: I5f4746bc4d40b76c562c39c2254f3b8381b4b52f --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index c73d5a19e..7213ae821 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,12 +2,12 @@ name = barbican summary = OpenStack Secure Key Management description = Service for storing sensitive client information for OpenStack -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/barbican/latest/ -python-requires = >=3.6 +author_email = openstack-discuss@lists.openstack.org +home_page = https://docs.openstack.org/barbican/latest/ +python_requires = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Information Technology