New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
setup.py in branches/UKMO/r5518_INGV1_WAVE-coupling/NEMOGCM/TOOLS/OBSTOOLS/OOO – NEMO

source: branches/UKMO/r5518_INGV1_WAVE-coupling/NEMOGCM/TOOLS/OBSTOOLS/OOO/setup.py @ 7152

Last change on this file since 7152 was 7152, checked in by jcastill, 8 years ago

Initial implementation of wave coupling branch - INGV wave branch + UKMO wave coupling branch

File size: 291 bytes
Line 
1from distutils.core import setup
2setup(name='Offline observation operator',
3      version='0.1',
4      description='NEMO Offline observation operator',
5      author='Andrew Ryan',
6      author_email='andrew.ryan@metoffice.gov.uk',
7      packages=['ooo',],
8      scripts=['bin/ooo'],
9      )
Note: See TracBrowser for help on using the repository browser.