File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11'''
2- cmtamu is a package to help standardize colormaps for commonly-plotted
3- oceanographic properties in the Oceanography department at Texas A&M.
4-
5- See README.md for an overview on instructions.
2+ cmtamu oceanography colormaps
63'''
74
8- import cmtamu
9- import test
10- import tools
11-
12- __authors__ = ['Kristen Thyng <kthyng@tamu.edu>' ]
5+ __authors__ = ['Kristen Thyng <kthyng@gmail.com>' ]
Original file line number Diff line number Diff line change 88from setuptools import setup # to support "develop" mode
99# from numpy.distutils.core import setup, Extension
1010
11+ # cmtamu_mod = Extension(name = "cmtamu",
12+ # sources=['rgb/*',
13+ # ],
14+ # )
15+
16+ # print cmtamu_mod
17+
1118setup (
1219 name = "cmtamu" ,
1320 version = "0.01" ,
1926 "Development Status :: 3 - Alpha" ,
2027 # "Topic :: Utilities",
2128 ],
22- packages = ["cmtamu" ],
23- # py_modules = modules,
24- ext_package = 'cmtamu' ,
29+ data_files = [('rgb' , '*' )],
30+ packages = 'cmtamu' ,
31+ # py_modules = cmtamu_mod,
32+ # ext_package='cmtamu',
33+ # ext_modules = [cmtamu_mod],
2534 scripts = [],
2635 )
You can’t perform that action at this time.
0 commit comments