From 4800bb1280713da858b65e2282c93b4586fce65d Mon Sep 17 00:00:00 2001 From: Gemma Fardell Date: Fri, 21 Jun 2019 11:40:39 +0100 Subject: added shapes.png to setup.py --- Wrappers/Python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wrappers/Python/setup.py b/Wrappers/Python/setup.py index 8bd33a6..84462ea 100644 --- a/Wrappers/Python/setup.py +++ b/Wrappers/Python/setup.py @@ -41,7 +41,7 @@ setup( 'ccpi.contrib.optimisation.algorithms'], data_files = [('share/ccpi', ['data/boat.tiff', 'data/peppers.tiff', 'data/camera.png', - 'data/resolution_chart.tiff'])], + 'data/resolution_chart.tiff', 'data/shapes.png])], # Project uses reStructuredText, so ensure that the docutils get # installed or upgraded on the target machine -- cgit v1.2.3