8000 Include template matplotlibrc in package_data. · matplotlib/matplotlib@27bde7c · GitHub
[go: up one dir, main page]

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

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)
0