We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e8de7 commit 295b6d1Copy full SHA for 295b6d1
cve_bin_tool/egg_updater.py
@@ -35,7 +35,12 @@ def update_egg() -> None:
35
script_name="setup.py",
36
script_args=["egg_info"],
37
name="cve-bin-tool",
38
+ version="3.0",
39
entry_points={
40
+ "console_scripts": [
41
+ "cve-bin-tool = cve_bin_tool.cli:main",
42
+ "csv2cve = cve_bin_tool.csv2cve:main",
43
+ ],
44
"cve_bin_tool.checker": [
45
"{} = cve_bin_tool.checkers.{}:{}".format(
46
filename.replace(".py", ""),
0 commit comments