Skip to content

Commit 25fde24

Browse files
mkniewallnerericwb
andauthored
Correctly define extras in setup.cfg (#755)
* Use `extras` to define extras in `setup.cfg` * Go back to using `entry_points` in `setup.cfg` Co-authored-by: Eric Brown <[email protected]>
1 parent 6270185 commit 25fde24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ classifier =
2626
project_urls =
2727
Release notes = https://github.com/PyCQA/bandit/releases
2828

29-
[options.extras_require]
29+
[extras]
3030
yaml =
3131
PyYAML
3232
toml =
3333
toml
3434

35-
[options.entry_points]
35+
[entry_points]
3636
console_scripts =
3737
bandit = bandit.cli.main:main
3838
bandit-config-generator = bandit.cli.config_generator:main

0 commit comments

Comments
 (0)