Skip to content

Commit

Permalink
Update metadata for napari hub (#174)
Browse files Browse the repository at this point in the history
* Update brainglobe-napari-io import

* Update metadata for napari hub

* update manifest
  • Loading branch information
adamltyson committed Jan 10, 2024
1 parent cb6769a commit 681c436
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ recursive-include brainreg/core *.txt
recursive-include brainreg/core/bin/nifty_reg/linux_x64 *
recursive-include brainreg/core/bin/nifty_reg/osX *

recursive-exclude .napari *
recursive-exclude .napari-hub *
recursive-exclude brainreg/core *.zip
recursive-exclude examples *

Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ brainreg = "brainreg.napari:napari.yaml"
brainreg = "brainreg.core.cli:main"

[project.urls]
homepage = "https://brainglobe.info"
bug_tracker = "https://github.com/brainglobe/brainreg/issues"
documentation = "https://docs.brainglobe.info/brainreg"
source_code = "https://github.com/brainglobe/brainreg"
user_support = "https://forum.image.sc/tag/brainglobe"
twitter = "https://twitter.com/brain_globe"
"Homepage" = "https://brainglobe.info"
"Bug Tracker" = "https://github.com/brainglobe/brainreg/issues"
"Documentation" = "https://docs.brainglobe.info/brainreg"
"Source Code" = "https://github.com/brainglobe/brainreg"
"User support" = "https://forum.image.sc/tag/brainglobe"
"Twitter" = "https://twitter.com/brain_globe"

[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
Expand Down

0 comments on commit 681c436

Please sign in to comment.