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