Skip to content

Commit 0f56d47

Browse files
committed
BF: add missing scripts to setup.py
We were missing the dicomfs and nifti diagnostic scripts.
1 parent 1a688f5 commit 0f56d47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ def main(**extra_args):
102102
]},
103103
scripts = [pjoin('bin', 'parrec2nii'),
104104
pjoin('bin', 'nib-ls'),
105+
pjoin('bin', 'nib-dicomfs'),
106+
pjoin('bin', 'nib-nifti-dx'),
105107
],
106108
cmdclass = cmdclass,
107109
**extra_args

0 commit comments

Comments
 (0)