We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07e135 commit 8771f9dCopy full SHA for 8771f9d
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include packj/.packj.yaml
+include .packj.yaml
2
include packj/audit/config/astgen_javascript_smt.config
3
include packj/audit/config/astgen_python_smt.config
4
include packj/audit/config/astgen_ruby_smt.config
setup.py
@@ -76,7 +76,7 @@ def run(self):
76
data_files = [
77
(os.path.expanduser('~'), ['.packj.yaml']),
78
],
79
- version = '0.12',
+ version = '0.13',
80
license='GNU AGPLv3',
81
description = 'Packj flags "risky" open-source packages in your software supply chain',
82
long_description=long_description,
0 commit comments