Skip to content

Commit a9e4233

Browse files
authored
Merge pull request #567 from dbic/bf-distribution
BF: add recently tests data missing from distribution
2 parents 995efb9 + e55a917 commit a9e4233

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)