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/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/TOOLS/OBSTOOLS/OOO – NEMO

source: branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/TOOLS/OBSTOOLS/OOO/setup.py @ 5967

Last change on this file since 5967 was 5967, checked in by timgraham, 8 years ago

Reset keywords before merging with head of trunk

  • Property svn:keywords set to Id
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.