Refactor: Update setup.cfg due to deprecations 75/68175/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 29 Jun 2021 20:53:08 +0000 (13:53 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 29 Jun 2021 20:53:08 +0000 (13:53 -0700)
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 <agrimberg@linuxfoundation.org>
Change-Id: I04c526c5799a6a5da1ea6aae8a56ab4fc07d7465

setup.cfg

index 1c384a0..25dade6 100644 (file)
--- 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