Skip to content

Commit

Permalink
fix: entry point error
Browse files Browse the repository at this point in the history
  • Loading branch information
XDRAGON2002 committed Mar 16, 2022
1 parent 2b5759a commit 271dce4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cve_bin_tool/egg_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ def update_egg() -> None:
script_name="setup.py",
script_args=["egg_info"],
name="cve-bin-tool",
version="3.0",
entry_points={
"console_scripts": [
"cve-bin-tool = cve_bin_tool.cli:main",
"csv2cve = cve_bin_tool.csv2cve:main",
],
"cve_bin_tool.checker": [
"{} = cve_bin_tool.checkers.{}:{}".format(
filename.replace(".py", ""),
Expand Down

0 comments on commit 271dce4

Please sign in to comment.