From bd20a13c4788f62fe81fbc862e0a3d0621b4033e Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 3 Aug 2016 23:00:09 -0400 Subject: [PATCH] BF: install/ship tests/use_resources script --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,