diff --git a/TODO b/TODO
index 279569f0e2f2c9cf15957528f01eb7633d907274..d9a198516b3626be819869a5a62a5ac63729ad92 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 c158509f2bd5950e02767bd802edc8a9caa99511..900a5b32f27bc90df105a86bbd1984ed492f8cf7 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',
         ]
     },