Skip to content

Commit

Permalink
add license option
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildiagne committed Feb 16, 2020
1 parent 03f552c commit bde49c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/hello-gpu-flask/kuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ name: hello-gpu
# (Optional) Version of the API.
version: 0.1.0

# (Optional) A license for the API.
license: Apache-2.0

# `deploy` is the config used when running `kuda deploy`.
# It has sensible defaults but you can override all the properpties.
deploy:
Expand All @@ -26,7 +29,7 @@ dev:
- name: FLASK_ENV
value: development

# (Optional) `paths` lets you specify how clients interact with the API.
# (Optional) `paths` lets you specify how client apps interact with the API.
# It follows the OpenAPI 3.0 specification.
# It is only required when publishing to a registry.
paths:
Expand Down

0 comments on commit bde49c0

Please sign in to comment.