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 5be82c8 commit b7ce818
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= "[email protected]"}]
maintainers = [{ name = "Marco Treglia", email = "[email protected]" }]
maintainers = [
{ name = "Marco Treglia", email = "[email protected]" },
{ name = "Lena Bertho", email = "[email protected]" },
]
dependencies = [
"pyserde[toml]",
"cython==3.0.10",
Expand Down

0 comments on commit b7ce818

Please sign in to comment.