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 98f6eb2 commit fcf4301Copy full SHA for fcf4301
setup.py
@@ -120,6 +120,7 @@ def chop_package(fname):
120
baseline_images = [chop_package(f) for f in baseline_images]
121
package_data['matplotlib'].extend(baseline_images)
122
package_data['matplotlib'].append('tests/mpltest.ttf')
123
+ package_data['matplotlib'].append('tests/test_rcparams.rc')
124
125
if not check_for_numpy(__version__numpy__):
126
sys.exit(1)
0 commit comments