Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27bde7c

Browse files
committed
Include template matplotlibrc in package_data.
This is necessary to make the tests pass for a non-editable install.
1 parent 23c9542 commit 27bde7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setupext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ def iter_dir(base):
669669
return {
670670
'matplotlib':
671671
[
672+
'mpl-data/matplotlibrc',
672673
*iter_dir('mpl-data/fonts'),
673674
*iter_dir('mpl-data/images'),
674675
*iter_dir('mpl-data/stylelib'),

0 commit comments

Comments
 (0)