From c405e4e2c4d59810673c987116ee019b40445a34 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Fri, 4 Feb 2022 05:20:08 -0800 Subject: [PATCH] Fix up warnings in output of tox (#793) This change fixes the use of certain keywords in the setup.cfg file. Substitutes '-' for '_' Fixes: #792 Signed-off-by: Eric Brown --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 154514b3b..5a2ef37b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,11 @@ [metadata] name = bandit summary = Security oriented static analyser for python code. -description-file = +description_file = README.rst author = PyCQA -author-email = code-quality@python.org -home-page = https://bandit.readthedocs.io/en/latest/ +author_email = code-quality@python.org +home_page = https://bandit.readthedocs.io/en/latest/ license = Apache-2.0 license classifier = Development Status :: 5 - Production/Stable