From 906e5db9110f4ec79083d46bd47bbea63b3d4fb5 Mon Sep 17 00:00:00 2001 From: Alexandre D'Astous Date: Mon, 9 Nov 2020 20:34:18 -0500 Subject: [PATCH] Add st_prepare_fieldmap as an entry_point --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2a501d73..54505111 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ 'console_scripts': [ "st_download_data=shimmingtoolbox.cli.download_data:download_data", "st_dicom_to_nifti=shimmingtoolbox.cli.dicom_to_nifti:dicom_to_nifti_cli", + "st_prepare_fieldmap= shimmingtoolbox.cli.prepare_fieldmap:prepare_fieldmap_cli" ] }, packages=find_packages(exclude=["docs"]),