diff --git a/setup.py b/setup.py index edb67644460431478a7ec44ed1be080979f79b99..1963472e4ba09ad6e4170309640c2187ae1407c4 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ setup( ], scripts=[ 'bin/geomag.py', - 'bin/make_cal.py' + 'bin/make_cal.py', + 'bin/average.py' ] )