Skip to content
Merged
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: 3 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: slcli # check to see if it's available
version: '5.4.3.0+git' # check versioning
version: '5.4.4.1+git' # check versioning
summary: Python based SoftLayer API Tool. # 79 char long summary
description: |
A command-line interface is also included and can be used to manage various SoftLayer products and services.
Expand All @@ -20,7 +20,8 @@ parts:
my-part:
source: https://github.com/softlayer/softlayer-python
source-type: git
plugin: python3
plugin: python
python-version: python3

build-packages:
- python3
Expand Down