Skip to content

Commit ffe7dd5

Browse files
committed
fixed missing brukerdir from install
1 parent b2e83fb commit ffe7dd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ def main():
9797
pjoin('testing', 'data', 'dicomdir', '*'),
9898
pjoin('testing', 'data', 'bedpostxout', '*'),
9999
pjoin('testing', 'data', 'tbss_dir', '*'),
100+
pjoin('testing', 'data', 'brukerdir', '*'),
101+
pjoin('testing', 'data', 'brukerdir', 'pdata', '*'),
102+
pjoin('testing', 'data', 'brukerdir', 'pdata', '1', '*'),
100103
pjoin('workflows', 'data', '*'),
101104
pjoin('pipeline', 'engine', 'report_template.html'),
102105
pjoin('external', 'd3.js'),

0 commit comments

Comments
 (0)