Skip to content

Commit

Permalink
Revert "Prepare for merge and rename (#198)"
Browse files Browse the repository at this point in the history
This reverts commit 9d5317d.
  • Loading branch information
willGraham01 committed Feb 23, 2024
1 parent 9d5317d commit c9d9136
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
9 changes: 0 additions & 9 deletions bg_atlasapi/__init__.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

0 comments on commit c9d9136

Please sign in to comment.