Skip to content

Commit bd1e35c

Browse files
committed
BF: include nipype.workflows.data also as a data_dir into setup.py
1 parent e02113f commit bd1e35c

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
@@ -6,6 +6,7 @@ def configuration(parent_package='',top_path=None):
66
config = Configuration('workflows', parent_package, top_path)
77

88
config.add_subpackage('data')
9+
config.add_data_dir('data')
910
config.add_subpackage('dmri')
1011
config.add_subpackage('fmri')
1112
config.add_subpackage('graph')

0 commit comments

Comments
 (0)