Skip to content

Commit

Permalink
remove namespace_packages key from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ksunden committed Jun 8, 2023
1 parent 8e8db8e commit d0f51e9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions packages/basemap/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@ def run(self):
"maps",
"plots",
],
"namespace_packages": [
"mpl_toolkits",
],
"package_dir":
{"": "src"},
"packages":
Expand Down
3 changes: 0 additions & 3 deletions packages/basemap_data/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ def get_content(name, splitlines=False):
"maps",
"plots",
],
"namespace_packages": [
"mpl_toolkits.basemap_data",
],
"package_dir":
{"": "src"},
"packages":
Expand Down
3 changes: 0 additions & 3 deletions packages/basemap_data_hires/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ def get_content(name, splitlines=False):
"maps",
"plots",
],
"namespace_packages": [
"mpl_toolkits.basemap_data",
],
"package_dir":
{"": "src"},
"packages":
Expand Down

0 comments on commit d0f51e9

Please sign in to comment.