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 5, 2024
1 parent cbe0cb6 commit 422827b
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 @@ -224,9 +224,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 422827b

Please sign in to comment.