Skip to content

Commit 91e72e7

Browse files
committed
Publish bug fix
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent e45d947 commit 91e72e7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/mcp-server-vdb/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ dependencies = [
3131
requires = ["setuptools>=61", "wheel", "build"]
3232
build-backend = "setuptools.build_meta"
3333

34+
[tool.setuptools]
35+
license-files = []
36+
3437
[project.optional-dependencies]
3538
dev = [
3639
"black",

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ all = ["oras==0.1.30"]
5757

5858
[tool.setuptools]
5959
packages = ["vdb", "vdb.lib", "vdb.lib.cve_model"]
60+
license-files = []
6061

6162
[tool.pytest.ini_options]
6263
addopts="--showlocals -v --cov-report=term-missing --no-cov-on-fail --cov vdb"

0 commit comments

Comments
 (0)