Skip to content

Commit

Permalink
Changed from Python package (marineHeatWaves.marineHeatWaves) to indi…
Browse files Browse the repository at this point in the history
…vidual python module (marineHeatWaves)
  • Loading branch information
Eric Oliver committed Apr 29, 2015
1 parent 35a95fa commit 38e6260
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
v0.1, 28 April 2015 -- Initial release (beta).
v0.2, 29 April 2015 -- Fixed functionality of __init__.py
v0.3, 29 April 2015 -- Changed from Python package (marineHeatWaves.marineHeatWaves) to individual python module (marineHeatWaves)
3 changes: 1 addition & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
CHANGES.txt
LICENSE.txt
README.txt
marineHeatWaves.py
setup.py
docs/README.txt
docs/example_bigThreeMHWs.html
docs/example_synthetic.html
docs/example_synthetic.ipynb
docs/.ipynb_checkpoints/example_random-checkpoint.ipynb
docs/.ipynb_checkpoints/example_synthetic-checkpoint.ipynb
marineHeatWaves/__init__.py
marineHeatWaves/marineHeatWaves.py
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
CHANGES.txt A list of software versions and changes
docs/ Documentation folder
LICENSE.txt Software license information
marineHeatWaves/ marineHeatWaves module folder
marineHeatWaves.py marineHeatWaves module
README.txt This file
setup.py Installation script (see below)

Expand Down
Binary file added dist/marineHeatWaves-0.3.tar.gz
Binary file not shown.
File renamed without changes.
Empty file removed marineHeatWaves/__init__.py
Empty file.
Binary file removed marineHeatWaves/marineHeatWaves.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
from distutils.core import setup

setup(name='marineHeatWaves',
version='0.1',
version='0.3',
author = "Eric C. J. Oliver",
author_email = "eric.oliver@utas.edu.au",
description = ("A set of functions which implement the Marine Heatwave definition of Hobday et al. (2015)"),
url = "https://github.com/ecjoliver",
license = "LICENSE.txt",
long_description = open('README.txt').read(),
packages=['marineHeatWaves'],
py_modules=['marineHeatWaves'],
)

0 comments on commit 38e6260

Please sign in to comment.