diff options
Diffstat (limited to 'Wrappers')
-rw-r--r-- | Wrappers/Python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/setup.py b/Wrappers/Python/setup.py index 84462ea..9e9b1f5 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/shapes.png])], + 'data/resolution_chart.tiff', 'data/shapes.png'])], # Project uses reStructuredText, so ensure that the docutils get # installed or upgraded on the target machine |