diff --git a/setup.py b/setup.py index 18dd52ef83..770397f445 100755 --- a/setup.py +++ b/setup.py @@ -436,7 +436,8 @@ def main(**extra_args): pjoin('pipeline', 'engine', 'report_template.html'), pjoin('external', 'd3.js'), pjoin('interfaces', 'script_templates', '*'), - pjoin('interfaces', 'tests', 'realign_json.json') + pjoin('interfaces', 'tests', 'realign_json.json'), + pjoin('interfaces', 'tests', 'use_resources'), ]}, scripts=glob('bin/*'), cmdclass=cmdclass,