-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5acb533
commit 2829b28
Showing
9 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = [email protected] | ||
license = BSD-3-Clause | ||
|
@@ -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: | ||
|
@@ -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 = | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
src/bg_elastix/napari.yaml → src/brainglobe_registration/napari.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |