diff --git a/setup.py b/setup.py index d74bc0f5f276d4e3d0e4fc45049efde86ef8d630..172c5afd2a6159ad6f3ccefed05b3e752ae7e2da 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' ] )