Skip to content

Commit 6b405e5

Browse files
committed
Add Henrik as author
1 parent 5fa12c7 commit 6b405e5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ requires = ["setuptools>=61.0.0", "wheel"]
55
name = "io4dolfinx"
66
version = "1.0.0"
77
description = "Checkpointing functionality for DOLFINx meshes/functions with ADIOS2"
8-
authors = [{ name = "Jørgen S. Dokken", email = "dokken@simula.no" }]
8+
authors = [
9+
{ name = "Jørgen S. Dokken", email = "dokken@simula.no" },
10+
{ name = "Henrik N.T. Finsberg", email = "henriknf@simula.no" }
11+
]
912
license = { file = "LICENSE" }
1013
readme = "README.md"
1114
dependencies = ["fenics-dolfinx>=0.10.0", "packaging"]

0 commit comments

Comments
 (0)