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 083c788 commit fd64f3aCopy full SHA for fd64f3a
setupext.py
@@ -553,6 +553,7 @@ def get_package_data(self):
553
'backends/web_backend/jquery/css/themes/base/*.*',
554
'backends/web_backend/jquery/css/themes/base/images/*',
555
'backends/web_backend/css/*.*',
556
+ 'backends/Matplotlib.nib/*'
557
]}
558
559
@@ -1605,8 +1606,7 @@ def check(self):
1605
1606
if sys.platform != 'darwin':
1607
raise CheckFailed("Mac OS-X only")
1608
- def get_package_data(self):
1609
- return {'matplotlib': ['backends/Matplotlib.nib/*']}
+ return 'darwin'
1610
1611
def get_extension(self):
1612
sources = [
0 commit comments