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

Entry point was improperly specified

parent 3fcfc39a
No related branches found
No related tags found
No related merge requests found
...@@ -42,5 +42,5 @@ setup( ...@@ -42,5 +42,5 @@ setup(
'nibabel>=1.3.0', 'nibabel>=1.3.0',
'Pillow>=2.5.3'], 'Pillow>=2.5.3'],
entry_points={'console_scripts' : ['fslpy = fsl.main']} 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