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.
2 parents def180d + 3436c3b commit 6faa7f2Copy full SHA for 6faa7f2
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