Skip to content

Commit 7a60c0d

Browse files
committed
Install test data
1 parent d59f1ba commit 7a60c0d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ def findsome(subdir, extensions):
5454
]},
5555
install_requires=ldict['REQUIRES'],
5656
extras_require=ldict['EXTRA_REQUIRES'],
57-
)
57+
package_data={
58+
'heudiconv.tests': [op.join('data', '*'), op.join('data', '*', '*')],
59+
}
60+
)
5861

5962

6063
if __name__ == '__main__':

0 commit comments

Comments
 (0)