From: Andrew Grimberg Date: Tue, 29 Jun 2021 20:53:08 +0000 (-0700) Subject: Refactor: Update setup.cfg due to deprecations X-Git-Tag: v0.35.2~1^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=409cf0db35e8001d0a8b70e03fa22f34fbb8929c;p=releng%2Flftools.git Refactor: Update setup.cfg due to deprecations While working on a few other updates it was noticed that tox was giving deprecations warnings related to values in setup.cfg. This therefore updates the keys with the new non-deprecated values. Signed-off-by: Andrew Grimberg Change-Id: I04c526c5799a6a5da1ea6aae8a56ab4fc07d7465 --- diff --git a/setup.cfg b/setup.cfg index 1c384a04..25dade6f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,11 @@ [metadata] name = lftools author = LF Releng -author-email = releng@linuxfoundation.org +author_email = releng@linuxfoundation.org summary = Linux Foundation Release Engineering Tools -description-file = README.md -description-content-type = text/x-rst; charset=UTF-8 -home-page = https://docs.releng.linuxfoundation.org/projects/lftools +description_file = README.md +description_content_type = text/x-rst; charset=UTF-8 +home_page = https://docs.releng.linuxfoundation.org/projects/lftools project_urls = Bug Tracker = https://jira.linuxfoundation.org Documentation = https://docs.releng.linuxfoundation.org/projects/lftools