-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstruct.yaml
More file actions
34 lines (26 loc) · 1.21 KB
/
construct.yaml
File metadata and controls
34 lines (26 loc) · 1.21 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
name: UNDERSCORED_PROJECT_NAME
version: VERSION_NUMBER
environment_file: environment.yaml
installer_type: all
license_file: LICENSE
welcome_image: WELCOME_IMAGE
header_image: HEADER_IMAGE
icon_image: ICON_IMAGE
conclusion_text: 'Thank you! You have successfully installed PROJECT_NAME VERSION_NUMBER.'
keep_pkgs: false
register_python: false
initialize_conda: false
extra_files:
- app/bash_bat_scripts/pre_uninstall.sh: pre_uninstall.sh
- app/bash_bat_scripts/uninstall.sh: uninstall.sh
- app/menuinst/Welcome.ipynb: PROJECT_NAME/notebooks/Welcome.ipynb
- app/menuinst/notebook_launcher.json: PROJECT_NAME/notebook_launcher.json
- app/python_scripts/hide_code_cells.py: PROJECT_NAME/hide_code_cells.py
- app/python_scripts/include_path.py: PROJECT_NAME/include_path.py
- notebooks/notebook_latest_versions.yaml: PROJECT_NAME/notebook_latest_versions.yaml
- requirements.txt: PROJECT_NAME/requirements.txt
- construct.yaml: PROJECT_NAME/construct.yaml
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]