From 0f21847f71f9e4a84c779db67523697e7858d7a2 Mon Sep 17 00:00:00 2001 From: Cypheriel <61402923+Cypheriel@users.noreply.github.com> Date: Wed, 6 Dec 2023 01:03:15 -0700 Subject: [PATCH] set authors based on contributors --- pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d373749..a77b02a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,14 @@ name = "pypush" version = "0.1.0" description = "" authors = ["Your Name "] # TODO: Change this +authors = [ + "JJTech ", + "Christopher ", # pixelmonaskarion + "Dadoum <24679280+Dadoum@users.noreply.github.com>", + "Peter ", # PeterKW + "SpaceSaver <60277022+SpaceSaver@users.noreply.github.com>", + "Kasherpete <119694008+Kasherpete@users.noreply.github.com>", +] license = "SSPL-1.0" readme = "README.md"