From 1a25bc3a9c6855feb567a9997c0f596d8fedc2c0 Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Tue, 1 Oct 2024 17:16:08 -0400 Subject: [PATCH] updated plugin repo url --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 626495e..3fad204 100755 --- a/setup.py +++ b/setup.py @@ -6,12 +6,12 @@ setup( name = 'csv2json', - version = '1.3.1', + version = '1.3.2', description = 'An app to convert CSV generated from pl-lld_inference to a JSON representation', long_description = readme, author = 'FNNDSC', author_email = 'dev@babyMRI.org', - url = 'http://wiki', + url = 'https://github.com/FNNDSC/pl-csv2json#readme', packages = ['csv2json'], install_requires = ['chrisapp'], test_suite = 'nose.collector',