Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: snapstore-example
version: 0.3
confinement: strict
grade: devel
summary: Minimalist example snap store
description: |
snapstore is a minimalist example of a "store" for snaps, based on the public
Expand All @@ -20,7 +21,9 @@ apps:
parts:
# Setup the python2 environment and grab the dependencies
prerequisites:
plugin: python2
source: .
plugin: python
python-version: python2
requirements: requirements.txt

# Copy in the store executable. It's done in a separate part since there's no
Expand Down