[console_scripts]
yucca_convert_task = yucca.pipeline.run.run_task_conversion:main
yucca_ensemble = yucca.pipeline.run.run_ensemble:main
yucca_evaluation = yucca.pipeline.run.run_evaluation:main
yucca_finetune = yucca.pipeline.run.run_finetune:main
yucca_inference = yucca.pipeline.run.run_inference:main
yucca_preprocess = yucca.pipeline.run.run_preprocessing:main
yucca_train = yucca.pipeline.run.run_training:main

[pyinstaller40]
hook-dirs = yucca:_pyinstaller_hooks_dir
