Skip to content

Commit 0f9a729

Browse files
committed
update author list following merge of #83
1 parent 964ba4e commit 0f9a729

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

pipeline/src/codemeta.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
"@id": "https://orcid.org/0000-0002-5618-9776",
5353
"givenName": "Raphaël",
5454
"familyName": "Gazzotti"
55+
},
56+
{
57+
"@type": "Person",
58+
"@id": "https://orcid.org/0000-0003-4509-6969",
59+
"givenName": "Reema",
60+
"familyName": "Gupta"
5561
}
5662
]
5763
}

pipeline/src/pyproject_template.toml.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ authors = [
77
{ name="Andrew P. Davison", email="andrew.davison@cnrs.fr" },
88
{ name="Lyuba Zehl", email="lyuba.zehl@ebrains.eu" },
99
{ name="Louisa Köhnen" },
10-
{ name="Peyman Najafi", email="peyman.najafi@cnrs.fr" },
11-
{ name="Raphaël Gazzotti" }
10+
{ name="Peyman Najafi" },
11+
{ name="Raphaël Gazzotti" },
12+
{ name="Reema Gupta" }
1213
]
1314
requires-python = ">=3.9"
1415
license = "MIT"

0 commit comments

Comments
 (0)