Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
440
Star
5,571
Fork
2,666
matplotlib
/
matplotlib
Code
Issues
992
Pull requests
229
Projects
5
Wiki
Insights
Pulse
Graphs
FIX: Fix missing package
#7667
Merged
QuLogic
merged 1 commit into
matplotlib
:
master
from
Eric89GXL
:
fix-pkg
Dec 22, 2016
Conversation
3
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
3565ae1
FIX: Fix missing package
Eric89GXL
Dec 22, 2016
1 file
Jump to file
No files or symbols found.
+1
−0
setupext.py
setupext.py
+1
−0
Unified
Split
Show comments
View
1
setupext.py
@@ -704,6 +704,7 @@ def check(self):
def
get_packages
(
self
):
return
[
'
matplotlib
'
,
+
'
matplotlib._backports
'
,
'
matplotlib.backends
'
,
'
matplotlib.backends.qt_editor
'
,
'
matplotlib.compat
'
,
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.