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

Ok, that didn't work - trying setup.py:package_data instead

parent 6608d6f2
No related branches found
No related tags found
No related merge requests found
include fsl/fslview/gl/gl21/*.glsl
include fsl/fslview/colourmaps/*.cmap
......@@ -42,5 +42,12 @@ setup(
'nibabel>=1.3.0',
'Pillow>=2.5.3'],
package_data={
'fslpy' : [
'fsl/fslview/gl/gl21/*glsl',
'fsl/fslview/colourmaps/*cmap'
]
},
entry_points={'console_scripts' : ['fslpy = fsl:main']}
)
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