Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michiel Cottaar
fslpy
Commits
a66b564e
Commit
a66b564e
authored
Mar 28, 2015
by
Paul McCarthy
Browse files
Updated non-python resources in setup.py
parent
a145b9d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
a66b564e
...
...
@@ -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 ..
...
...
setup.py
View file @
a66b564e
...
...
@@ -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'
,
]
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment