Skip to content

Commit

Permalink
Install test data
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jan 4, 2019
1 parent d59f1ba commit 7a60c0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ def findsome(subdir, extensions):
]},
install_requires=ldict['REQUIRES'],
extras_require=ldict['EXTRA_REQUIRES'],
)
package_data={
'heudiconv.tests': [op.join('data', '*'), op.join('data', '*', '*')],
}
)


if __name__ == '__main__':
Expand Down

0 comments on commit 7a60c0d

Please sign in to comment.