File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
libs/template/templates/default-python/template/{{.project_name}} Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,13 @@ bundle:
77 name: {{.project_name}}
88 uuid: {{bundle_uuid}}
99{{- if $with_pydabs }}
10- experimental:
11- python:
12- # Activate virtual environment before loading resources defined in Python.
13- # If disabled, defaults to using the Python interpreter available in the current shell.
14- venv_path: .venv
15- # Functions called to load resources defined in Python. See resources/__init__.py
16- resources:
17- - "resources:load_resources"
10+ python:
11+ # Activate virtual environment before loading resources defined in Python.
12+ # If disabled, defaults to using the Python interpreter available in the current shell.
13+ venv_path: .venv
14+ # Functions called to load resources defined in Python. See resources/__init__.py
15+ resources:
16+ - "resources:load_resources"
1817
1918{{- end }}
2019{{ if $with_python }}
You can’t perform that action at this time.
0 commit comments