Skip to content

Commit 930e1d8

Browse files
committed
Add nib-ls to the list of installed scripts
1 parent c462a6d commit 930e1d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ def main(**extra_args):
100100
pjoin('nicom', 'tests', 'data', '*'),
101101
pjoin('gifti', 'tests', 'data', '*'),
102102
]},
103-
scripts = [pjoin('bin', 'parrec2nii')],
103+
scripts = [pjoin('bin', 'parrec2nii'),
104+
pjoin('bin', 'nib-ls'),
105+
],
104106
cmdclass = cmdclass,
105107
**extra_args
106108
)

0 commit comments

Comments
 (0)