Newer
Older
from distutils.core import setup
setup(
name='geomag-algorithms',

Jeremy M Fee
committed
version='1.0.0',
url='https://github.com/usgs/geomag-algorithms',
packages=[
'geomagio',
'geomagio.algorithm',
'geomagio.iaga2002',
'geomagio.pcdcp',
'geomagio.temperature',
'geomagio.vbf'
],
install_requires=[
'numpy',
'matplotlib',
'scipy',
'bin/geomag.py',
'bin/geomag_webservice.py',
'bin/make_cal.py'