We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa12c7 commit 6b405e5Copy full SHA for 6b405e5
1 file changed
pyproject.toml
@@ -5,7 +5,10 @@ requires = ["setuptools>=61.0.0", "wheel"]
5
name = "io4dolfinx"
6
version = "1.0.0"
7
description = "Checkpointing functionality for DOLFINx meshes/functions with ADIOS2"
8
-authors = [{ name = "Jørgen S. Dokken", email = "dokken@simula.no" }]
+authors = [
9
+ { name = "Jørgen S. Dokken", email = "dokken@simula.no" },
10
+ { name = "Henrik N.T. Finsberg", email = "henriknf@simula.no" }
11
+]
12
license = { file = "LICENSE" }
13
readme = "README.md"
14
dependencies = ["fenics-dolfinx>=0.10.0", "packaging"]
0 commit comments