We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da71fe4 commit b2fa21aCopy full SHA for b2fa21a
src/OceanLab/DYN.py OceanLab/DYN.pysrc/OceanLab/DYN.py renamed to OceanLab/DYN.py
src/OceanLab/EOF.py OceanLab/EOF.pysrc/OceanLab/EOF.py renamed to OceanLab/EOF.py
src/OceanLab/OA.py OceanLab/OA.pysrc/OceanLab/OA.py renamed to OceanLab/OA.py
OceanLab/__init.py__
@@ -0,0 +1,3 @@
1
+from DYN import *
2
+from EOF import *
3
+from OA import *
setup.py
@@ -7,6 +7,7 @@
7
setup(
8
name='OceanLab',
9
version='0.0.5',
10
+ packages = ['OceanLab'],
11
description='Python functions for Physical Oceanography',
12
long_description=long_description,
13
long_description_content_type='text/markdown',
0 commit comments