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/icebergs_restart_single_file/NEMOGCM/TOOLS/OBSTOOLS/OOO – NEMO

source: branches/UKMO/icebergs_restart_single_file/NEMOGCM/TOOLS/OBSTOOLS/OOO/setup.py @ 6019

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

Reinstated svn keywords before upgrading to 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.