Skip to content

Commit

Permalink
Add missing file in MANIFEST.in
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Bijlani <ashish@ossillate.com>
  • Loading branch information
PackjGuard committed Oct 11, 2022
1 parent f56f390 commit 429e3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include packj/packj.yaml
include packj/config.yaml
include packj/audit/config/astgen_javascript_smt.config
include packj/audit/config/astgen_python_smt.config
include packj/audit/config/astgen_ruby_smt.config
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def run(self):
data_files = [
(os.path.expanduser(os.path.join('~','.packj')), ['packj/config.yaml']),
],
version = '0.7',
version = '0.8',
license='GNU AGPLv3',
description = 'Packj flags "risky" open-source packages in your software supply chain',
long_description=long_description,
Expand Down

0 comments on commit 429e3a1

Please sign in to comment.