- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / apps / hello-python / app.yaml
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 application: INSERT APPLICATION NAME HERE
6 version: 1
7 runtime: python
8 api_version: 1
9
10 handlers:
11 - url: /favicon.ico
12   static_files: favicon.ico
13   upload: favicon.ico
14
15 - url: .*
16   script: main.py