Skip to content

Commit bd20a13

Browse files
committed
BF: install/ship tests/use_resources script
1 parent 356319b commit bd20a13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,8 @@ def main(**extra_args):
436436
pjoin('pipeline', 'engine', 'report_template.html'),
437437
pjoin('external', 'd3.js'),
438438
pjoin('interfaces', 'script_templates', '*'),
439-
pjoin('interfaces', 'tests', 'realign_json.json')
439+
pjoin('interfaces', 'tests', 'realign_json.json'),
440+
pjoin('interfaces', 'tests', 'use_resources'),
440441
]},
441442
scripts=glob('bin/*'),
442443
cmdclass=cmdclass,

0 commit comments

Comments
 (0)