Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iuryt committed Sep 8, 2020
1 parent 45210ca commit a9f006e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,15 @@

Package of Python scripts for Oceanography (Python +3.6)

## Synopsis

This lib was made by **Iury T. Simoes-Sousa** (<mailto:simoesiury@gmail.com>).

Now this package have this subpackages below:

- **OA**
- **DYN**
- **EOF**

## Code Example

Check `examples` folder in our [github repository](github.com/iuryt/OceanLab).
Check `examples` folder in our [github repository](github.com/iuryt/OceanLab/examples).

## Installation

`pip install OceanLab`

## Documentation
## Modules

- **OA**
- *vectoa()*: Objective analysis for vectorial fields;
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='OceanLab',
version='0.0.1',
version='0.0.5',
description='Python functions for Physical Oceanography',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -15,7 +15,7 @@
author_email='simoesiury@gmail.com',
license='MIT',
py_modules=['OA','EOF','DYN'],
package_dir={'': 'src'},
package_dir={'': 'src/'},
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit a9f006e

Please sign in to comment.