We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ModuleNotFoundError
1 parent 7e0a7fd commit a8800daCopy full SHA for a8800da
mismatch/__init__.py
@@ -0,0 +1,4 @@
1
+# Copyright (C) 2025 Intel Corporation
2
+# SPDX-License-Identifier: GPL-3.0-or-later
3
+# This file is part of the CVE Binary Tool project.
4
+# It is used to initialize the mismatch module.
setup.py
@@ -68,6 +68,7 @@
68
"schemas/*.xsd",
69
],
70
"sbom": ["*.spdx", "*.json"],
71
+ "mismatch": ["*.py"],
72
},
73
entry_points={
74
"console_scripts": [
0 commit comments