Skip to content

Commit d4abb37

Browse files
committed
Include stylelib files in package_data
1 parent 7afa906 commit d4abb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def get_package_data(self):
585585
'backends/web_backend/jquery/css/themes/base/images/*',
586586
'backends/web_backend/css/*.*',
587587
'backends/Matplotlib.nib/*',
588-
'style/stylelib/*.mplstyle',
588+
'mpl-data/stylelib/*.mplstyle',
589589
]}
590590

591591

0 commit comments

Comments
 (0)