From 7e25bdba4a55117b0ffc51b43777e420d5d8bdd9 Mon Sep 17 00:00:00 2001
From: Hal Simpson <hasimpson@usgs.gov>
Date: Tue, 31 Mar 2015 10:10:38 -0600
Subject: [PATCH] added edge and geomag.py

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

diff --git a/setup.py b/setup.py
index 2e6ad1d2..1bf49640 100644
--- a/setup.py
+++ b/setup.py
@@ -8,6 +8,7 @@ setup(
     packages=[
         'geomagio',
         'geomagio.iaga2002'
+        'geomagio.edge'
     ],
     install_requires=[
         'numpy',
@@ -16,6 +17,6 @@ setup(
         'obspy'
     ],
     scripts=[
-        'bin/xyz.py'
+        'bin/geomag.py'
     ]
 )
-- 
GitLab