From 4df579799c6849b218926909da7cdd551512f1aa Mon Sep 17 00:00:00 2001 From: nstarman Date: Tue, 15 Oct 2024 22:12:33 -0400 Subject: [PATCH] build: add author info Signed-off-by: nstarman --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index eff0e49..c06f07d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,9 @@ readme = "README.md" requires-python = ">=3.10" authors = [ + { name = "GalacticDynamics", email = "nstarman@users.noreply.github.com" }, { name = "Nathaniel Starkman", email = "nstarman@users.noreply.github.com" }, + { name = "Adrian Price-Whelan", email = "adrianmpw@gmail.com" } ] classifiers = [ "Development Status :: 3 - Alpha",