From b717d22ca085843d60756aa5b083b27ae1fbcb38 Mon Sep 17 00:00:00 2001 From: Rigdon <arigdon@igskcicgltgm031.gs.doi.net> Date: Thu, 27 Jul 2017 09:02:55 -0600 Subject: [PATCH] Hopefully fixed indentation error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1963472e..cbb683f2 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,6 @@ setup( scripts=[ 'bin/geomag.py', 'bin/make_cal.py', - 'bin/average.py' + 'bin/average.py' ] ) -- GitLab