/[MITgcm]/MITgcm/utils/python/MITgcmutils/setup.py
ViewVC logotype

Contents of /MITgcm/utils/python/MITgcmutils/setup.py

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Mon Mar 6 17:21:44 2017 UTC (6 years, 2 months ago) by jahn
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, HEAD
Changes since 1.2: +5 -1 lines
File MIME type: text/x-python
add dependencies

1 from setuptools import setup
2
3 setup(name='MITgcmutils',
4 version='0.1.0',
5 description='Python utilities for MITgcm',
6 maintainer='Oliver Jahn',
7 maintainer_email='jahn@mit.edu',
8 url='http://mitgcm.org/',
9 packages=['MITgcmutils', 'MITgcmutils.cs'],
10 scripts=['scripts/gluemncbig'],
11 install_requires=['numpy'],
12 extras_require={
13 'plot': ['matplotlib'],
14 }
15 )

  ViewVC Help
Powered by ViewVC 1.1.22