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 f9c4f29 commit 100c5f4Copy full SHA for 100c5f4
1 file changed
snap/snapcraft.yaml
@@ -7,6 +7,8 @@ description: |
7
using public APIs. Results are displayed with color formatting and details
8
using the rich library.
9
10
+compression: lzo
11
+
12
grade: stable
13
confinement: strict
14
license: MIT
@@ -16,6 +18,9 @@ apps:
16
18
command: bin/python3 $SNAP/bin/cvecli
17
19
plugs:
20
- network
21
+ environment:
22
+ PYTHONDONTWRITEBYTECODE: "1"
23
+ PYTHONOPTIMIZE: "1"
24
25
parts:
26
cvecli:
0 commit comments