8000 Merge pull request #7667 from Eric89GXL/fix-pkg · matplotlib/matplotlib@bb4063b · GitHub
[go: up one dir, main page]

Skip to content

Commit bb4063b

Browse files
authored
Merge pull request #7667 from Eric89GXL/fix-pkg
FIX: Fix missing package
2 parents 266d524 + 3565ae1 commit bb4063b

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
@@ -704,6 +704,7 @@ def check(self):
704704
def get_packages(self):
705705
return [
706706
'matplotlib',
707+
'matplotlib._backports',
707708
'matplotlib.backends',
708709
'matplotlib.backends.qt_editor',
709710
'matplotlib.compat',

0 commit comments

Comments
 (0)
0