Skip to content

Commit

Permalink
fix: Adds mismatch in package_data to resolve ModuleNotFoundError (i…
Browse files Browse the repository at this point in the history
  • Loading branch information
Prtm2110 authored Jan 8, 2025
1 parent 7e0a7fd commit a8800da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mismatch/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (C) 2025 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later
# This file is part of the CVE Binary Tool project.
# It is used to initialize the mismatch module.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"schemas/*.xsd",
],
"sbom": ["*.spdx", "*.json"],
"mismatch": ["*.py"],
},
entry_points={
"console_scripts": [
Expand Down

0 comments on commit a8800da

Please sign in to comment.