diff --git a/README.md b/README.md index 3a0c127d..58fe0931 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,3 @@ -# This package has moved! - -This package has been renamed to `brainglobe-atlasapi`. -To continue receiving updates, please switch over to using [the new package](https://github.com/brainglobe/brainglobe-atlasapi). - # BG-atlasAPI [![Python Version](https://img.shields.io/pypi/pyversions/bg-atlasapi.svg)](https://pypi.org/project/bg-atlasapi) diff --git a/bg_atlasapi/__init__.py b/bg_atlasapi/__init__.py index b8433a59..30bf062a 100644 --- a/bg_atlasapi/__init__.py +++ b/bg_atlasapi/__init__.py @@ -1,12 +1,3 @@ -from warnings import warn - -warn( - "This package has been renamed. " - "To continue receiving updates, please use brainglobe-atlasapi instead of this package. " - "https://github.com/brainglobe/brainglobe-atlasapi", - DeprecationWarning, -) - from importlib.metadata import PackageNotFoundError, metadata try: diff --git a/pyproject.toml b/pyproject.toml index 0153ebc0..3d91ac3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,5 +96,5 @@ python = [testenv] extras = dev -commands = pytest -v --color=yes --cov=bg_atlasapi --cov-report=xml -W ignore::DeprecationWarning +commands = pytest -v --color=yes --cov=bg_atlasapi --cov-report=xml """