Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d0cd58

Browse files
committed
fixup! fixup! ENH: switch mpl_toolkits to implicit namespace package (PEP 420)
1 parent 55c9ae3 commit 8d0cd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def make_release_tree(self, base_dir, files):
303303
packages=find_namespace_packages(
304304
where="lib",
305305
exclude=["matplotlib.test.tinypages.*"],
306-
include=["matplotlib.tight_bbox", "matplotlib.tight_layout"],
306+
include=["*", "matplotlib.tight_bbox", "matplotlib.tight_layout"],
307307
),
308308
py_modules=["pylab"],
309309
# Dummy extension to trigger build_ext, which will swap it out with

0 commit comments

Comments
 (0)