Skip to content

Commit d1cb857

Browse files
committed
remove bin/ folder, replaced by click
1 parent 029ddda commit d1cb857

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

bin/nipype2boutiques

Lines changed: 0 additions & 8 deletions
This file was deleted.

bin/nipype_cmd

Lines changed: 0 additions & 11 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def main(**extra_args):
438438
# python -- duplicating things into MANIFEST.in but this is admittedly
439439
# only a workaround to get things started -- not a solution
440440
package_data={'nipype': testdatafiles},
441-
scripts=glob('bin/*') + ['nipype/external/fsl_imglob.py'],
441+
scripts=['nipype/external/fsl_imglob.py'],
442442
entry_points='''
443443
[console_scripts]
444444
nipype=nipype.scripts.cli:cli

0 commit comments

Comments
 (0)