Skip to content

Commit f9abea4

Browse files
committed
ENH: switch mpl_toolkit to implicit namespace package (PEP 420)
1 parent 32b6ebb commit f9abea4

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

lib/mpl_toolkits/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ def make_release_tree(self, base_dir, files):
301301

302302
package_dir={"": "lib"},
303303
packages=find_packages("lib"),
304-
namespace_packages=["mpl_toolkits"],
305304
py_modules=["pylab"],
306305
# Dummy extension to trigger build_ext, which will swap it out with
307306
# real extensions that can depend on numpy for the build.

0 commit comments

Comments
 (0)