From 49ad6570ca16dedf495ca26d849e0c70089e6602 Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Tue, 1 Oct 2024 16:19:55 -0400 Subject: [PATCH] updated repo url --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6f30080..430101d 100755 --- a/setup.py +++ b/setup.py @@ -6,12 +6,12 @@ setup( name = 'dcm2mha_cnvtr', - version = '1.2.24', + version = '1.2.25', description = 'An app to convert dcm files to mha and vice-versa', long_description = readme, author = 'FNNDSC', author_email = 'dev@babyMRI.org', - url = 'http://wiki', + url = 'https://github.com/FNNDSC/pl-dcm2mha_cnvtr#readme', packages = ['dcm2mha_cnvtr'], install_requires = ['chrisapp'], test_suite = 'nose.collector',