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 9771b71 commit 776bc3bCopy full SHA for 776bc3b
1 file changed
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