From 1d47500d41980dc238739bdc18534bbcf66dc772 Mon Sep 17 00:00:00 2001 From: Yandong Xuan Date: Mon, 26 Apr 2021 15:47:27 +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: I48b452c2413a854b8171814112fc31285728a0d6 --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index b8ca43e7..42c5f9bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] name = openstack-cyborg summary = Distributed Acceleration Management as a Service -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/cyborg/latest/ -python-requires = >=3.6 +author_email = openstack-discuss@lists.openstack.org +home_page = https://docs.openstack.org/cyborg/latest/ +python_requires = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Information Technology