Skip to content
Snippets Groups Projects
Commit a66b564e authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Updated non-python resources in setup.py

parent a145b9d0
No related branches found
No related tags found
No related merge requests found
......@@ -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 ..
......
......@@ -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',
]
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment