Skip to content

Commit

Permalink
minor: fix email of Rohan in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 13, 2023
1 parent 94f47f0 commit 5e269f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "pylops-mpi"
description = "Python library implementing linear operators with MPI"
readme = "README.md"
authors = [
{name = "Rohan Babbar", email = "Rohan Babbar"},
{name = "Rohan Babbar", email = "[email protected]"},
{name = "Matteo Ravasi", email = "[email protected]"},
]
license = {file = "LICENSE"}
Expand Down

0 comments on commit 5e269f4

Please sign in to comment.