Skip to content

Commit

Permalink
build: add antarctic_plots package for import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Jan 29, 2024
1 parent f9878d3 commit a6c1353
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/antarctic_plots/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import logging

logging.critical(
"`antarctic_plots` has been renamed to `polartoolkit`. \n"
"Please change any imports from `import antarctic_plots` to `import polartoolkit'\n"
"and updated your environment with `pip install polartoolkit` or `conda install polartoolkit`."
)

0 comments on commit a6c1353

Please sign in to comment.