name: co2offset # you probably want to 'snapcraft register <name>'
base: core18 # the base snap is the execution environment for this snap
version: '0.9.3' # just for humans, typically '1.2+git' or '1.3.2'
summary: Greenhouse Gas Accounting and Compensation # 79 char long summary
description: |
  Greenhouse Gas Accounting in accordance to ISO 14064

grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots

parts:
  my-part:
    # See 'snapcraft plugins'
    plugin: nil
