Skip to content

Commit

Permalink
Rename to brainglobe-registration (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson authored Nov 1, 2023
1 parent 5acb533 commit 19ff199
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# bg-elastix
# brainglobe-registration

[![License BSD-3](https://img.shields.io/pypi/l/bg-elastix.svg?color=green)](https://github.com/brainglobe/bg-elastix/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/bg-elastix.svg?color=green)](https://pypi.org/project/bg-elastix)
[![Python Version](https://img.shields.io/pypi/pyversions/bg-elastix.svg?color=green)](https://python.org)
[![tests](https://github.com/brainglobe/bg-elastix/workflows/tests/badge.svg)](https://github.com/brainglobe/bg-elastix/actions)
[![codecov](https://codecov.io/gh/brainglobe/bg-elastix/branch/main/graph/badge.svg)](https://codecov.io/gh/brainglobe/bg-elastix)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/bg-elastix)](https://napari-hub.org/plugins/bg-elastix)
[![License BSD-3](https://img.shields.io/pypi/l/brainglobe-registration.svg?color=green)](https://github.com/brainglobe/brainglobe-registration/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/brainglobe-registration.svg?color=green)](https://pypi.org/project/brainglobe-registration)
[![Python Version](https://img.shields.io/pypi/pyversions/brainglobe-registration.svg?color=green)](https://python.org)
[![tests](https://github.com/brainglobe/brainglobe-registration/workflows/tests/badge.svg)](https://github.com/brainglobe/brainglobe-registration/actions)
[![codecov](https://codecov.io/gh/brainglobe/brainglobe-registration/branch/main/graph/badge.svg)](https://codecov.io/gh/brainglobe/brainglobe-registration)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/brainglobe-registration)](https://napari-hub.org/plugins/brainglobe-registration)

Registration to a BrainGlobe atlas using Elastix

Expand All @@ -23,15 +23,15 @@ https://napari.org/stable/plugins/index.html

## Installation

You can install `bg-elastix` via [pip]:
You can install `brainglobe-registration` via [pip]:

pip install bg-elastix
pip install brainglobe-registration



To install latest development version :

pip install git+https://github.com/brainglobe/bg-elastix.git
pip install git+https://github.com/brainglobe/brainglobe-registration.git


## Contributing
Expand All @@ -42,7 +42,7 @@ the coverage at least stays the same before you submit a pull request.
## License

Distributed under the terms of the [BSD-3] license,
"bg-elastix" is free and open source software
"brainglobe-registration" is free and open source software

## Issues

Expand All @@ -59,7 +59,7 @@ If you encounter any problems, please [file an issue] along with a detailed desc
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin

[file an issue]: https://github.com/brainglobe/bg-elastix/issues
[file an issue]: https://github.com/brainglobe/brainglobe-registration/issues

[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
Expand Down
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[metadata]
name = bg-elastix
name = brainglobe-registration

description = Registration to a BrainGlobe atlas using Elastix
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/brainglobe/bg-elastix
url = https://github.com/brainglobe/brainglobe-registration
author = Adam Tyson
author_email = code@adamltyson.com
license = BSD-3-Clause
Expand All @@ -23,10 +23,10 @@ classifiers =
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Image Processing
project_urls =
Bug Tracker = https://github.com/brainglobe/bg-elastix/issues
Documentation = https://github.com/brainglobe/bg-elastix#README.md
Source Code = https://github.com/brainglobe/bg-elastix
User Support = https://github.com/brainglobe/bg-elastix/issues
Bug Tracker = https://github.com/brainglobe/brainglobe-registration/issues
Documentation = https://github.com/brainglobe/brainglobe-registration#README.md
Source Code = https://github.com/brainglobe/brainglobe-registration
User Support = https://github.com/brainglobe/brainglobe-registration/issues

[options]
packages = find:
Expand All @@ -49,7 +49,7 @@ where = src

[options.entry_points]
napari.manifest =
bg-elastix = bg_elastix:napari.yaml
brainglobe-registration = brainglobe_registration:napari.yaml

[options.extras_require]
testing =
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: bg-elastix
name: brainglobe-registration
display_name: BrainGlobe Elastix Registration
contributions:
commands:
- id: bg-elastix.register
python_name: bg_elastix._widget:register
- id: brainglobe-registration.register
python_name: brainglobe_registration._widget:register
title: BrainGlobe Elastix Registration
widgets:
- command: bg-elastix.register
- command: brainglobe-registration.register
display_name: BrainGlobe Elastix Registration

0 comments on commit 19ff199

Please sign in to comment.