Skip to content

Commit 29cda47

Browse files
jhlegarretadzenanz
authored andcommitted
DOC: Fix IJ journal description link and authors
Fix IJ journal description link and authors: - Remove the trailing period to allow the link to work properly. - Add the original IJ author to the authors list.
1 parent ab12444 commit 29cda47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ build-backend = "scikit_build_core.build"
55
[project]
66
name = "itk-fastbilateral"
77
version = "0.1.0"
8-
description = "Faster implementation of the itkBilateralImageFilter. From the insight journal submission: https://www.insight-journal.org/browse/publication/692."
8+
description = "Faster implementation of the itkBilateralImageFilter. From the insight journal submission: https://www.insight-journal.org/browse/publication/692"
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
1111
authors = [
12-
{ name = "Pablo Hernandez Cerdan", email = "[email protected]" },
12+
{ name = "Jordan Woehr and Pablo Hernandez Cerdan", email = "[email protected]" },
1313
]
1414
keywords = [
1515
"itk",

0 commit comments

Comments
 (0)