-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconstruct.yaml
More file actions
32 lines (32 loc) · 1.68 KB
/
construct.yaml
File metadata and controls
32 lines (32 loc) · 1.68 KB
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
name: VLab4Mic
version: 0.1.3
environment_file: environment.yaml
installer_type: all
license_file: LICENSE
welcome_image: app/logo/logo.png
header_image: app/logo/logo.png
icon_image: app/logo/20260602_vlab4mic_fig2_NPC.png
conclusion_text: Thank you! You have successfully installed VLab4Mic 0.1.0.
keep_pkgs: false
register_python: false
initialize_conda: false
extra_files:
- .tools/meta/src_change.yaml: VLab4Mic/src_change.yaml
- app/bash_bat_scripts/pre_uninstall.sh: pre_uninstall.sh
- app/bash_bat_scripts/uninstall.sh: uninstall.sh
- app/logo/20260602_vlab4mic_fig2_NPC.icns: VLab4Mic/20260602_vlab4mic_fig2_NPC.icns
- app/logo/20260602_vlab4mic_fig2_NPC.ico: VLab4Mic/20260602_vlab4mic_fig2_NPC.ico
- app/logo/20260602_vlab4mic_fig2_NPC.png: VLab4Mic/20260602_vlab4mic_fig2_NPC.png
- app/menuinst/Welcome.ipynb: VLab4Mic/notebooks/Welcome.ipynb
- app/menuinst/notebook_launcher.json: VLab4Mic/notebook_launcher.json
- app/python_scripts/hide_code_cells.py: VLab4Mic/hide_code_cells.py
- app/python_scripts/include_path.py: VLab4Mic/include_path.py
- construct.yaml: VLab4Mic/construct.yaml
- notebooks/VLab4Mic_main/VLab4Mic_main.ipynb: VLab4Mic/notebooks/VLab4Mic_main/VLab4Mic_main.ipynb
- notebooks/VLab4Mic_parameter_sweeps/VLab4Mic_parameter_sweeps.ipynb: VLab4Mic/notebooks/VLab4Mic_parameter_sweeps/VLab4Mic_parameter_sweeps.ipynb
- notebooks/notebook_latest_versions.yaml: VLab4Mic/notebook_latest_versions.yaml
- requirements.txt: VLab4Mic/requirements.txt
post_install: app/bash_bat_scripts/post_install.bat # [win]
post_install: app/bash_bat_scripts/post_install.sh # [unix]
pre_uninstall: app/bash_bat_scripts/pre_uninstall.bat # [win]
pre_uninstall: app/bash_bat_scripts/pre_uninstall.sh # [unix]