osm.py: --long option for ns-op-list
[osm/osmclient.git] / snap / snapcraft.yaml
1 name: osmclient # you probably want to 'snapcraft register <name>'
2 version: '0.1' # just for humans, typically '1.2+git' or '1.3.2'
3 summary: A python client for osm orchestration
4 description: |
5     A python client for osm orchestration
6
7 grade: stable # must be 'stable' to release into candidate/stable channels
8 confinement: strict # use 'strict' once you have the right plugs and slots
9
10 apps:
11   osmclient:
12     command: bin/osm
13
14 parts:
15   osmclient:
16     source: .
17     plugin: python
18     python-version: python2
19     stage:
20       - -README.md