Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd510d8 commit 3da8212Copy full SHA for 3da8212
1 file changed
setup.py
@@ -112,6 +112,7 @@ def chop_package(fname):
112
return result
113
baseline_images = [chop_package(f) for f in baseline_images]
114
package_data['matplotlib'].extend(baseline_images)
115
+ package_data['matplotlib'].append('tests/mpltest.ttf')
116
117
if not check_for_numpy(__version__numpy__):
118
sys.exit(1)
0 commit comments