diff --git a/setup.py b/setup.py
index f3dee3dd18f943859a01d0ccf21a4fa3e49c8455..0257b0d1df189943db32736561b7b92692d60446 100644
--- a/setup.py
+++ b/setup.py
@@ -3,12 +3,12 @@ from distutils.core import setup
 setup(
     name='geomag-algorithms',
     version='0.0.0',
-    desription='USGS Geomag IO Library',
+    description='USGS Geomag IO Library',
     url='https://github.com/usgs/geomag-algorithms',
     packages=[
         'geomagio',
         'geomagio.iaga2002',
-        'geomagio.imvf283',
+        'geomagio.imfv283',
         'geomagio.edge',
         'geomagio.pcdcp'
     ],