Skip to content
Snippets Groups Projects
Commit 872172b2 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Add entry points to setup.py

parent 0aa6585f
No related branches found
No related tags found
No related merge requests found
......@@ -116,4 +116,13 @@ setup(
test_suite='tests',
cmdclass={'doc' : doc},
entry_points={
'console_scripts' : [
'immv = fsl.scripts.immv.main',
'imcp = fsl.scripts.imcp.main',
'imglob = fsl.scripts.imglob.main',
'atlasq = fsl.scripts.atlasq.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