/ learning / atopile / ato.yaml
ato.yaml
 1  requires-atopile: "0.12.4"
 2  
 3  paths:
 4    src: ./
 5    layout: ./layouts
 6  
 7  builds:
 8    default:
 9      entry: main.ato:App
10  
11  # This metadata is only required for publishing
12  # Uncomment it and fill out the fields to publish your package
13  # package:
14  #   identifier: # fill me!/atopile
15  #   repository: # fill me!
16  #   version: "0.1.0"  # recommended first version
17  #   authors:
18  #     - name: Mumtahin Farabi
19  #       email: mfarabi619@gmail.com
20  #   summary: # fill me!
21  #   license: GNU General Public License v3
22  #   homepage: # fill me!