Skip to content

Commit

Permalink
Bug fix for ARI curve plots
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarthur committed Sep 1, 2020
1 parent 37820bc commit 9fdf814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions installer/setup.py
Expand Up @@ -57,8 +57,7 @@
]

basemapData = pjoin('mpl_toolkits', 'basemap', 'data')
data = matplotlib.get_py2exe_datafiles() + \
[(basemapData, glob(pjoin(get_python_lib(), basemapData, '*')))] + \
data = [(basemapData, glob(pjoin(get_python_lib(), basemapData, '*')))] + \
[('input', glob(pjoin('input', '*')))] + \
[('MSLP', glob(pjoin('MSLP', '*.nc')))] + \
[('.', [pjoin('.', 'matplotlibrc')])]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name = "TCRM",
version = '3.1.1',
version = '3.1.2',
packages=find_packages(),
scripts=['tcrm.py', 'tcevent.py'],
include_package_data=True,
Expand Down

0 comments on commit 9fdf814

Please sign in to comment.