Skip to content

Commit a8800da

Browse files
authored
fix: Adds mismatch in package_data to resolve ModuleNotFoundError (#4669)
* Fixes: #4655
1 parent 7e0a7fd commit a8800da

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

mismatch/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -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

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"schemas/*.xsd",
6969
],
7070
"sbom": ["*.spdx", "*.json"],
71+
"mismatch": ["*.py"],
7172
},
7273
entry_points={
7374
"console_scripts": [

0 commit comments

Comments
 (0)