We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029ddda commit d1cb857Copy full SHA for d1cb857
bin/nipype2boutiques
bin/nipype_cmd
setup.py
@@ -438,7 +438,7 @@ def main(**extra_args):
438
# python -- duplicating things into MANIFEST.in but this is admittedly
439
# only a workaround to get things started -- not a solution
440
package_data={'nipype': testdatafiles},
441
- scripts=glob('bin/*') + ['nipype/external/fsl_imglob.py'],
+ scripts=['nipype/external/fsl_imglob.py'],
442
entry_points='''
443
[console_scripts]
444
nipype=nipype.scripts.cli:cli
0 commit comments