Skip to content

Commit

Permalink
Add new vdb.lib.cve_model package to pyproject.toml.
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Russell <[email protected]>
  • Loading branch information
cerrussell committed Mar 19, 2024
1 parent 5ddd450 commit 6b6bb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dev = [
]

[tool.setuptools]
packages = ["test", "vdb", "vdb.lib"]
packages = ["test", "vdb", "vdb.lib", "vdb.lib.cve_model"]

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

0 comments on commit 6b6bb60

Please sign in to comment.