-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yaml
58 lines (50 loc) · 1.1 KB
/
manifest.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
default_target: groups-all
params:
project: runtimepy
python_version: "$PYTHON_VERSION"
entry: runtimepy
includes:
- config/includes/python.yaml
- config/includes/license.yaml
- config/includes/funding.yaml
- local/includes/sub_commands.yaml
templates:
- local/templates
compiles:
- name: local
configs:
- local/configs
variables:
- local/variables
renders:
- name: README.md
output_dir: "."
dependencies:
- compiles-local
- renders-python_readme_header.md
- renders-python_readme_dep_graph.md
- commands-help
- commands-help-arbiter
- commands-help-mtu
- commands-help-server
- commands-help-task
- commands-help-tftp
- commands-help-tui
- name: app.py
output_dir: "{{project}}"
dependencies:
- compiles-python
- name: all.py
output_dir: "{{project}}/commands"
dependencies:
- compiles-python
groups:
- name: all
dependencies:
- groups-python
- groups-license
- groups-funding
- renders-README.md
- renders-app.py
- renders-all.py