-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yaml
48 lines (41 loc) · 872 Bytes
/
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
---
default_target: groups-all
params:
project: vmklib
python_version: "$PYTHON_VERSION"
entry: mk
includes:
- config/includes/python.yaml
- config/includes/license.yaml
- config/includes/funding.yaml
templates:
- local/templates
compiles:
- name: local
configs:
- local/configs
variables:
- local/variables
schemas:
- local/schemas
schema_types:
- local/schema_types
renders:
- name: README.md
output_dir: "."
dependencies:
- compiles-local
- commands-help_custom
- renders-python_readme_header.md
- renders-python_readme_dep_graph.md
- name: header.mk
output_dir: "{{project}}/data/data"
dependencies:
- compiles-local
groups:
- name: all
dependencies:
- groups-license
- groups-funding
- renders-README.md
- renders-header.mk