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

Add setup script for geomagio

parent 47013671
No related branches found
No related tags found
No related merge requests found
setup.py 0 → 100644
from distutils.core import setup
setup(
name='geomag-algorithms',
version='0.0.0',
desription='USGS Geomag IO Library',
url='https://github.com/usgs/geomag-algorithms',
packages=[
'geomagio',
'geomagio.iaga2002'
],
install_requires=[
'numpy',
'matplotlib',
'scipy',
'obspy'
],
scripts=[
'bin/xyz.py'
]
)
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