Skip to content
Snippets Groups Projects
Commit 56c5bc3d authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Fix setup.py syntax.

parent b4db82f1
No related branches found
No related tags found
No related merge requests found
......@@ -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'
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment