8000 Install the mpltest.ttf file · matplotlib/matplotlib@3da8212 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3da8212

Browse files
committed
Install the mpltest.ttf file
1 parent bd510d8 commit 3da8212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def chop_package(fname):
112112
return result
113113
baseline_images = [chop_package(f) for f in baseline_images]
114114
package_data['matplotlib'].extend(baseline_images)
115+
package_data['matplotlib'].append('tests/mpltest.ttf')
115116

116117
if not check_for_numpy(__version__numpy__):
117118
sys.exit(1)

0 commit comments

Comments
 (0)
0