8000 Add style package and data to setupext.py · matplotlib/matplotlib@a3de231 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3de231

Browse files
committed
Add style package and data to setupext.py
1 parent c3fae2e commit a3de231

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setupext.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ def get_packages(self):
549549
'matplotlib.projections',
550550
'matplotlib.axes',
551551
'matplotlib.sphinxext',
552+
'matplotlib.style',
552553
'matplotlib.testing',
553554
'matplotlib.testing.jpl_units',
554555
'matplotlib.tri',
@@ -581,7 +582,8 @@ def get_package_data(self):
581582
'backends/web_backend/jquery/css/themes/base/*.*',
582583
'backends/web_backend/jquery/css/themes/base/images/*',
583584
'backends/web_backend/css/*.*',
584-
'backends/Matplotlib.nib/*'
585+
'backends/Matplotlib.nib/*',
586+
'style/stylelib/*.mplstyle',
585587
]}
586588

587589

0 commit comments

Comments
 (0)
0