diff --git a/MANIFEST.in b/MANIFEST.in index 1a46a2b..e71ccdd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/setup.py b/setup.py index 48a8f5e..92e3ecb 100644 --- a/setup.py +++ b/setup.py @@ -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,