-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstruct.yaml
More file actions
35 lines (35 loc) · 1.81 KB
/
construct.yaml
File metadata and controls
35 lines (35 loc) · 1.81 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
33
34
35
name: LabConstrictor_Demo
version: 0.0.1
environment_file: environment.yaml
installer_type: all
license_file: LICENSE
welcome_image: app/logo/welcome.png
header_image: app/logo/header.png
icon_image: app/logo/logo.png
conclusion_text: Thank you! You have successfully installed LabConstrictor_Demo 0.0.0.
keep_pkgs: false
register_python: false
initialize_conda: false
extra_files:
- .tools/meta/src_change.yaml: LabConstrictor_Demo/src_change.yaml
- app/bash_bat_scripts/pre_uninstall.sh: pre_uninstall.sh
- app/bash_bat_scripts/uninstall.sh: uninstall.sh
- app/logo/logo.icns: LabConstrictor_Demo/logo.icns
- app/logo/logo.ico: LabConstrictor_Demo/logo.ico
- app/logo/logo.png: LabConstrictor_Demo/logo.png
- app/menuinst/Welcome.ipynb: LabConstrictor_Demo/notebooks/Welcome.ipynb
- app/menuinst/notebook_launcher.json: LabConstrictor_Demo/notebook_launcher.json
- app/python_scripts/hide_code_cells.py: LabConstrictor_Demo/hide_code_cells.py
- app/python_scripts/include_path.py: LabConstrictor_Demo/include_path.py
- construct.yaml: LabConstrictor_Demo/construct.yaml
- notebooks/Image_Preview/Image_Preview.ipynb: LabConstrictor_Demo/notebooks/Image_Preview/Image_Preview.ipynb
- notebooks/notebook_latest_versions.yaml: LabConstrictor_Demo/notebook_latest_versions.yaml
- requirements.txt: LabConstrictor_Demo/requirements.txt
- setup.py: LabConstrictor_Demo/setup.py
- src/__init__.py: LabConstrictor_Demo/src/labconstrictor_demo/__init__.py
- src/image_utils.py: LabConstrictor_Demo/src/labconstrictor_demo/image_utils.py
- src/widget_utils.py: LabConstrictor_Demo/src/labconstrictor_demo/widget_utils.py
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]