Skip to content

Commit 6a62dd7

Browse files
Merge pull request #1364 from allmightyspiff/snapcraft
Snapcraft
2 parents 8b72304 + d553786 commit 6a62dd7

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

snap/snapcraft.yaml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
name: slcli
1+
name: slcli # check to see if it's available
2+
version: 'git' # will be replaced by a `git describe` based version string
23
summary: A CLI tool to interact with the SoftLayer API.
3-
version: 'git'
4-
adopt-info: slcli
54
description: |
65
A command-line interface is also included and can be used to manage various SoftLayer products and services.
7-
8-
license: MIT
9-
10-
base: core18
11-
grade: stable
6+
grade: stable
127
confinement: strict
8+
base: core18
9+
license: MIT
1310

1411
apps:
1512
slcli:
@@ -27,9 +24,7 @@ parts:
2724
source-type: git
2825
plugin: python
2926
python-version: python3
30-
3127
build-packages:
32-
- python3
33-
28+
- python3
3429
stage-packages:
35-
- python3
30+
- python3

0 commit comments

Comments
 (0)