From 8702574d4b28bf2fe96f266b9d13077271c52eb8 Mon Sep 17 00:00:00 2001 From: "Dawn E. Smith" Date: Tue, 19 Jun 2018 18:35:09 -0400 Subject: [PATCH] Missing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f1b7e35..f4c41e6 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'ciftify_groupmask=ciftify.bin.ciftify_groupmask:main', 'ciftify_meants=ciftify.bin.ciftify_meants:main', 'ciftify_peaktable=ciftify.bin.ciftify_statclust_report:main', - 'ciftify_dlabel_report=ciftify.bin.ciftify_dlabel_report:main' + 'ciftify_dlabel_report=ciftify.bin.ciftify_dlabel_report:main', 'ciftify_PINT_vertices=ciftify.bin.ciftify_PINT_vertices:main', 'ciftify_postPINT1_concat=ciftify.bin.ciftify_postPINT1_concat:main', 'ciftify_postPINT2_sub2sub=ciftify.bin.ciftify_postPINT2_sub2sub:main',