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 04fd0d2 commit 7aed691Copy full SHA for 7aed691
setup.py
@@ -380,9 +380,10 @@ def main(**extra_args):
380
'nipype.interfaces.vista',
381
'nipype.interfaces.vista.tests',
382
'nipype.pipeline',
383
+ 'nipype.pipeline.engine',
384
+ 'nipype.pipeline.engine.tests',
385
'nipype.pipeline.plugins',
386
'nipype.pipeline.plugins.tests',
- 'nipype.pipeline.tests',
387
'nipype.testing',
388
'nipype.testing.data',
389
'nipype.testing.data.bedpostxout',
@@ -424,7 +425,7 @@ def main(**extra_args):
424
425
pjoin('testing', 'data', 'bedpostxout', '*'),
426
pjoin('testing', 'data', 'tbss_dir', '*'),
427
pjoin('workflows', 'data', '*'),
- pjoin('pipeline', 'report_template.html'),
428
+ pjoin('pipeline', 'engine', 'report_template.html'),
429
pjoin('external', 'd3.js'),
430
pjoin('interfaces', 'script_templates', '*'),
431
pjoin('interfaces', 'tests', 'realign_json.json')
0 commit comments