From 31491c8c3ae5b6dfcf92fe9314d32c994a388acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Jonglez?= <clement@jonglez.space> Date: Sun, 14 Jul 2024 10:22:54 +0200 Subject: [PATCH] add my email address to the pyproject.toml maintainers --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbe2e39..e7f0523 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ version = "12.1.1.0" description = "A space dynamics library. This package is a jpype wrapping of the original orekit java code." readme = "README.md" authors = [{name = "Petrus Hyvönen", email = "petrus.hyvonen@gmail.com"}] -maintainers = [{name = "Clément Jonglez", email = "yzokras"} +maintainers = [{name = "Clément Jonglez", email = "clement@jonglez.space"}] license = {text = "License :: OSI Approved :: Apache Software License"} requires-python = ">=3.7" classifiers = [ -- GitLab