8000
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.
2 parents 9771b71 + 776bc3b commit 4df59dcCopy full SHA for 4df59dc
setupext.py
@@ -495,12 +495,12 @@ def get_package_data(self):
495
'tests/test_*.ipynb',
496
],
497
'mpl_toolkits': [
498
- *_pkg_data_helper('mpl_toolkits/axes_grid1',
499
- 'tests/baseline_images'),
500
- *_pkg_data_helper('mpl_toolkits/axisartist'
501
502
- *_pkg_data_helper('mpl_toolkits/mplot3d'
503
+ *_pkg_data_helper('mpl_toolkits',
+ 'axes_grid1/tests/baseline_images'),
+ 'axisartist/tests/baseline_images'),
+ 'mplot3d/tests/baseline_images'),
504
]
505
}
506
0 commit comments