Skip to content

Commit 429e3a1

Browse files
committed
Add missing file in MANIFEST.in
Signed-off-by: Ashish Bijlani <ashish@ossillate.com>
1 parent f56f390 commit 429e3a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include packj/packj.yaml
1+
include packj/config.yaml
22
include packj/audit/config/astgen_javascript_smt.config
33
include packj/audit/config/astgen_python_smt.config
44
include packj/audit/config/astgen_ruby_smt.config

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def run(self):
8181
data_files = [
8282
(os.path.expanduser(os.path.join('~','.packj')), ['packj/config.yaml']),
8383
],
84-
version = '0.7',
84+
version = '0.8',
8585
license='GNU AGPLv3',
8686
description = 'Packj flags "risky" open-source packages in your software supply chain',
8787
long_description=long_description,

0 commit comments

Comments
 (0)