Skip to content

Commit

Permalink
remove email address from authors (display multiple authors on PyPI)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbstadler committed Feb 8, 2024
1 parent 37171e9 commit 1d90f59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ version = "0.1.3"
description = "Give easy, high-level access to ome-zarr filesets."
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
{ name = "Silvia Barbiero", email = "silvia.barbiero@fmi.ch" },
{ name = "Charlotte Soneson", email = "charlotte.soneson@fmi.ch" },
{ name = "Michael Stadler", email = "michael.stadler@fmi.ch" }
{ name = "Silvia Barbiero" },
{ name = "Charlotte Soneson" },
{ name = "Michael Stadler" }
]
maintainers = [
{ name = "Michael Stadler", email = "michael.stadler@fmi.ch" }
Expand Down

0 comments on commit 1d90f59

Please sign in to comment.