diff --git a/setup.py b/setup.py index e45fded..de4da35 100755 --- a/setup.py +++ b/setup.py @@ -7,12 +7,12 @@ setup( name='markimg', - version='1.5.8', + version='1.5.9', description='An app to mark landmark points and lines on an input image', long_description=readme, author='FNNDSC', author_email='dev@babyMRI.org', - url='http://wiki', + url='https://github.com/FNNDSC/pl-markimg#readme', packages=['markimg'], install_requires=['chrisapp'], test_suite='nose.collector',