Skip to content

Commit 026cc47

Browse files
committed
Include distribute_setup.py in the tarball
1 parent a68d505 commit 026cc47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include CHANGELOG INSTALL
22
include INTERACTIVE TODO CONTRIBUTING.md
33
include Makefile MANIFEST.in MANIFEST
44
include matplotlibrc.template setup.cfg.template
5-
include setupext.py setup.py setupegg.py
5+
include setupext.py setup.py setupegg.py distribute_setup.py
66
include lib/matplotlib/mpl-data/lineprops.glade
77
include lib/matplotlib/mpl-data/matplotlibrc
88
include lib/matplotlib/mpl-data/images/*

lib/matplotlib/tests/test_colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_cmap_and_norm_from_levels_and_colors2():
122122
clr = mcolors.colorConverter.to_rgba_array(colors)
123123
bad = (0.1, 0.1, 0.1, 0.1)
124124
no_color = (0.0, 0.0, 0.0, 0.0)
125-
masked_value = 'masked value'
125+
masked_value = np.inf
126126

127127
# Define the test values which are of interest.
128128
# Note: levels are lev[i] <= v < lev[i+1]

0 commit comments

Comments
 (0)