8000
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.
1 parent c3fae2e commit a3de231Copy full SHA for a3de231
setupext.py
@@ -549,6 +549,7 @@ def get_packages(self):
549
'matplotlib.projections',
550
'matplotlib.axes',
551
'matplotlib.sphinxext',
552
+ 'matplotlib.style',
553
'matplotlib.testing',
554
'matplotlib.testing.jpl_units',
555
'matplotlib.tri',
@@ -581,7 +582,8 @@ def get_package_data(self):
581
582
'backends/web_backend/jquery/css/themes/base/*.*',
583
'backends/web_backend/jquery/css/themes/base/images/*',
584
'backends/web_backend/css/*.*',
- 'backends/Matplotlib.nib/*'
585
+ 'backends/Matplotlib.nib/*',
586
+ 'style/stylelib/*.mplstyle',
587
]}
588
589
0 commit comments