As @Mai-NGUYEN-bio is joining the development team we should add their details to the authors section of
pyproject.toml
Current
[project]
name = "AFMSlicer"
authors = [
{ name = "Neil Shephard", email = "n.shephard@sheffield.ac.uk" },
{ name = "Laia Pasquina-Lemonche", email = "l.pasquinalemonche@sheffield.ac.uk"},
{ name = "Matthew Barker", email = "mjbarker2@sheffield.ac.uk"},
]
This should be expanded to...
[project]
name = "AFMSlicer"
authors = [
{ name = "Neil Shephard", email = "n.shephard@sheffield.ac.uk" },
{ name = "Laia Pasquina-Lemonche", email = "l.pasquinalemonche@sheffield.ac.uk"},
{ name = "Matthew Barker", email = "mjbarker2@sheffield.ac.uk"},
{ name = "Mai Q Nguyen", email ="m.q.nguyen@sheffield.ac.uk"}
]
At the same time if we can find an updated email address for Matthew Barker we should update that too.
As @Mai-NGUYEN-bio is joining the development team we should add their details to the
authorssection ofpyproject.tomlCurrent
This should be expanded to...
At the same time if we can find an updated email address for Matthew Barker we should update that too.