-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yaml
49 lines (41 loc) · 882 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
49
---
default_target: groups-all
params:
project: conntextual
python_version: "$PYTHON_VERSION"
entry: conntextual
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
renders:
- name: README.md
output_dir: "."
dependencies:
- compiles-local
- renders-python_readme_header.md
- renders-python_readme_dep_graph.md
- commands-help
- 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