Skip to content

Commit

Permalink
pyproject: add myself as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
lbertho-gpsw committed Dec 13, 2024
1 parent a87852d commit a8096be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ readme = "README.md"
requires-python = "~=3.10"
keywords = ["cython", "setuptools"]
authors = [{name = "Luper Rouch", email= "luper.rouch@gmail.com"}]
maintainers = [{ name = "Marco Treglia", email = "mtreglia@gopro.com" }]
maintainers = [
{ name = "Marco Treglia", email = "mtreglia@gopro.com" },
{ name = "Lena Bertho", email = "lbertho@gopro.com" },
]
dependencies = [
"pyserde[toml]",
"cython==3.0.10",
Expand Down

0 comments on commit a8096be

Please sign in to comment.