From a66b564e7a73fe221b18183668eef8b7e652b7ee Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Sat, 28 Mar 2015 09:25:11 +0000 Subject: [PATCH] Updated non-python resources in setup.py --- TODO | 10 +++++----- setup.py | 8 ++++++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index 279569f0e..d9a198516 100644 --- a/TODO +++ b/TODO @@ -7,7 +7,10 @@ https://internal.fmrib.ox.ac.uk/i-wiki/Analysis/Todos/FSLView regularly, too. * February/March 2015 internal release -** OSX installer +** Installation instructions on wiki +*** Make sure they're up to date - test in a VM +*** Usage - keyboard shortcuts +** DONE OSX installer *** Make sure you disable GL error checking/logging *** Test screenshots *** Test GL14 and GL21 (shaders) @@ -16,10 +19,7 @@ https://internal.fmrib.ox.ac.uk/i-wiki/Analysis/Todos/FSLView regularly, too. *** Test saving edited images *** Test atlas tools (this will only be available when it is run from command line) -** Installation instructions on wiki -*** Make sure they're up to date -*** Usage - keyboard shortcuts -** Linux compatibility +** DONE Linux compatibility *** DONE Combobox drop down lists in dialogs are shown beneath the dialog?!? This may only be occurring under X11/SSH/OSX *** WONTFIX Toolbars not being resized appropriately when the parent viewpanel is resized? Can't reproduce right now .. diff --git a/setup.py b/setup.py index c158509f2..900a5b32f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='fslpy', - version='0.0', + version='0.1', description='Front end to FSL tools', @@ -44,8 +44,12 @@ setup( package_data={ 'fsl' : [ + 'fslview/splash.png', + 'fslview/gl/gl14/*prog', 'fslview/gl/gl21/*glsl', - 'fslview/colourmaps/*cmap' + 'fslview/colourmaps/*cmap', + 'fslview/colourmaps/README', + 'fslview/colourmaps/order.txt', ] }, -- GitLab