Skip to content

Commit

Permalink
Publish bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Feb 22, 2025
1 parent e45d947 commit 91e72e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/mcp-server-vdb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ dependencies = [
requires = ["setuptools>=61", "wheel", "build"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
license-files = []

[project.optional-dependencies]
dev = [
"black",
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ all = ["oras==0.1.30"]

[tool.setuptools]
packages = ["vdb", "vdb.lib", "vdb.lib.cve_model"]
license-files = []

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

0 comments on commit 91e72e7

Please sign in to comment.