diff --git a/setup.cfg b/setup.cfg index 392061827..154514b3b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,13 +26,13 @@ classifier = project_urls = Release notes = https://github.com/PyCQA/bandit/releases -[options.extras_require] +[extras] yaml = PyYAML toml = toml -[options.entry_points] +[entry_points] console_scripts = bandit = bandit.cli.main:main bandit-config-generator = bandit.cli.config_generator:main