From 22f99024c85a093e7d52ef86d7dea6b2c9cc1524 Mon Sep 17 00:00:00 2001 From: Kimberly Meechan <24316371+K-Meech@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:21:01 +0100 Subject: [PATCH] split package name over two lines --- brainglobe_registration/registration_widget.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/brainglobe_registration/registration_widget.py b/brainglobe_registration/registration_widget.py index 95f0426..7db58d3 100644 --- a/brainglobe_registration/registration_widget.py +++ b/brainglobe_registration/registration_widget.py @@ -87,8 +87,9 @@ def __init__(self, napari_viewer: Viewer): self.setLayout(QVBoxLayout()) self.layout().addWidget( header_widget( - "brainglobe-registration", - "Registration to a BrainGlobe atlas using Elastix", + "brainglobe-
registration", # line break at
+ "Registration with Elastix", + github_repo_name="brainglobe-registration", ) )