Skip to content

Commit e02113f

Browse files
committed
Merge pull request #942 from yarikoptic/master
BF: include nipype.workflows.data into setup.py
2 parents 1fa941e + be390aa commit e02113f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/workflows/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ def configuration(parent_package='',top_path=None):
55

66
config = Configuration('workflows', parent_package, top_path)
77

8+
config.add_subpackage('data')
89
config.add_subpackage('dmri')
910
config.add_subpackage('fmri')
1011
config.add_subpackage('graph')

0 commit comments

Comments
 (0)