commit | 8469c319f57d6acb59fd93af395f2ac45eb257fe | [log] [tgz] |
---|---|---|
author | Javi Merino <javi.merino@arm.com> | Tue Jan 05 17:01:32 2016 +0000 |
committer | Javi Merino <javi.merino@arm.com> | Tue Jan 05 17:01:32 2016 +0000 |
tree | 0a706ef6aeec33bf990e1ca62758a7cdc8faea7d | |
parent | 45d260989c763236f70e54af3211419b431bf45e [diff] [blame] |
setup: install EventPlot_help.jpg When you install trappy using "pip install" or "python setup.py install", trappy.EventPlot fails to run because it can't find EventPlot_help.jpg. Install it with the rest of the data files.
diff --git a/setup.py b/setup.py index c07cc98..a464b7d 100644 --- a/setup.py +++ b/setup.py
@@ -43,6 +43,7 @@ data_files = {"trappy.plotter": ["js/EventPlot.js", "js/ILinePlot.js", "css/EventPlot.css", + "css/EventPlot_help.jpg", ] }