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

Skip to content

Commit d441ac4

Browse files
authored
Merge pull request #11273 from anntzer/matplotlibrctemplate-in-package-data
Include template matplotlibrc in package_data.
2 parents 31d2c2f + 27bde7c commit d441ac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)