Skip to content

Commit ca7aad4

Browse files
committed
Ensure that the icon PDFs actually get installed.
1 parent 6c1dc52 commit ca7aad4

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
@@ -601,6 +601,7 @@ def get_package_data(self):
601601
'mpl-data/images/*.xpm',
602602
'mpl-data/images/*.svg',
603603
'mpl-data/images/*.gif',
604+
'mpl-data/images/*.pdf',
604605
'mpl-data/images/*.png',
605606
'mpl-data/images/*.ppm',
606607
'mpl-data/example/*.npy',

0 commit comments

Comments
 (0)