Skip to content

Commit

Permalink
fix: Apps nix_outdated and repology_xxx
Browse files Browse the repository at this point in the history
Adds missing packages entries in `setup.py`.

Signed-off-by: Brian McGee <[email protected]>
  • Loading branch information
brianmcgee authored and henrirosten committed Nov 11, 2023
1 parent fe9b7d1 commit 48d1541
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ def project_path(*names):
"Programming Language :: Python :: 3 :: Only",
],
keywords="SBOM",
packages=["sbomnix", "nixgraph", "scripts.vulnxscan"],
packages=[
"sbomnix",
"nixgraph",
"scripts.vulnxscan",
"scripts.nixupdate",
"scripts.repology",
],
entry_points={
"console_scripts": [
"sbomnix = sbomnix.main:main",
Expand Down

0 comments on commit 48d1541

Please sign in to comment.