Skip to content

Commit

Permalink
Fixing authors in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bonevbs committed Aug 29, 2024
1 parent 5d7e9b0 commit 32a488b
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 @@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
[project]
name = "torch_harmonics"
authors = [
{ name="Boris Bonev", email = "[email protected]" },
{ name="Thorsten Kurth", email = "[email protected]" },
{ name="Boris Bonev" },
{ name="Thorsten Kurth" },
{ name="Mauro Bisson" },
{ name="Massimiliano Fatica" },
{ name="Jean Kossaifi" },
Expand All @@ -15,8 +15,8 @@ authors = [
]

maintainers = [
{ name="Thorsten Kurth", email = "[email protected]" },
{ name="Boris Bonev", email = "[email protected]" },
{ name="Thorsten Kurth", email = "[email protected]" },
]

readme = "README.md"
Expand Down

0 comments on commit 32a488b

Please sign in to comment.