Skip to content

Commit e55a917

Browse files
committed
BF: we were missing some freshly added data files from distributions causing tests to fail
1 parent 995efb9 commit e55a917

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ def findsome(subdir, extensions):
6767
package_data={
6868
'heudiconv.tests': [
6969
op.join('data', '*.dcm'),
70-
op.join('data', '*', '*.dcm')
70+
op.join('data', '*', '*.dcm'),
71+
op.join('data', '*', '*', '*.dcm'),
72+
op.join('data', 'sample_nifti*'),
7173
],
7274
},
7375
**kwargs,

0 commit comments

Comments
 (0)