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

Add new factories to setup.py packages list

parent d49c192e
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,13 @@ setup( ...@@ -8,10 +8,13 @@ setup(
packages=[ packages=[
'geomagio', 'geomagio',
'geomagio.algorithm', 'geomagio.algorithm',
'geomagio.edge',
'geomagio.iaga2002', 'geomagio.iaga2002',
'geomagio.imfv122',
'geomagio.imfv283', 'geomagio.imfv283',
'geomagio.edge', 'geomagio.pcdcp',
'geomagio.pcdcp' 'geomagio.temperature',
'geomagio.vbf'
], ],
install_requires=[ install_requires=[
'numpy', 'numpy',
......
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