Skip to content

Commit a9f006e

Browse files
committed
v0.0.5
1 parent 45210ca commit a9f006e

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

MANIFEST.in

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,15 @@
22

33
Package of Python scripts for Oceanography (Python +3.6)
44

5-
## Synopsis
6-
7-
This lib was made by **Iury T. Simoes-Sousa** (<mailto:[email protected]>).
8-
9-
Now this package have this subpackages below:
10-
11-
- **OA**
12-
- **DYN**
13-
- **EOF**
14-
155
## Code Example
166

17-
Check `examples` folder in our [github repository](github.com/iuryt/OceanLab).
7+
Check `examples` folder in our [github repository](github.com/iuryt/OceanLab/examples).
188

199
## Installation
2010

2111
`pip install OceanLab`
2212

23-
## Documentation
13+
## Modules
2414

2515
- **OA**
2616
- *vectoa()*: Objective analysis for vectorial fields;

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='OceanLab',
9-
version='0.0.1',
9+
version='0.0.5',
1010
description='Python functions for Physical Oceanography',
1111
long_description=long_description,
1212
long_description_content_type='text/markdown',
@@ -15,7 +15,7 @@
1515
author_email='[email protected]',
1616
license='MIT',
1717
py_modules=['OA','EOF','DYN'],
18-
package_dir={'': 'src'},
18+
package_dir={'': 'src/'},
1919
classifiers=[
2020
"Programming Language :: Python :: 3",
2121
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)