From 543926727774bea84d939aab4b6707b03c7f5d65 Mon Sep 17 00:00:00 2001
From: Jeremy Fee <jmfee@usgs.gov>
Date: Fri, 1 Sep 2017 07:49:14 +0200
Subject: [PATCH] Add geomag_webservice.py script to setup.py

---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index d74bc0f5..172c5afd 100644
--- a/setup.py
+++ b/setup.py
@@ -26,6 +26,7 @@ setup(
     ],
     scripts=[
         'bin/geomag.py',
-        'bin/make_cal.py',
+        'bin/geomag_webservice.py',
+        'bin/make_cal.py'
     ]
 )
-- 
GitLab