From ceea4801fdcce13c6914f14cfc8706e16701646c Mon Sep 17 00:00:00 2001 From: Yandong Xuan Date: Mon, 26 Apr 2021 14:39:35 +0800 Subject: [PATCH] setup.cfg: Replace dashes with underscores Resolves pip 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 Also, updates the url to docs. Change-Id: I716e7c05baf8183fdd9a500e15d614ef0492ad41 --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 780f1ac..d14be53 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] name = bashate summary = A pep8 equivalent for bash scripts -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = http://docs.openstack.org/developer/bashate/ -python-requires = >=3.5 +author_email = openstack-discuss@lists.openstack.org +home_page = https://docs.openstack.org/bashate/latest/ +python_requires = >=3.5 classifier = Environment :: OpenStack Intended Audience :: Information Technology