From 2e59353e8b58e10aedbc12478fecd21f3d39d91c Mon Sep 17 00:00:00 2001 From: Tobias Burger Date: Fri, 23 Aug 2024 10:54:41 +0200 Subject: [PATCH] feature: add Rubin as an author --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64a07e6..b321bd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,10 @@ description = "MSS API wrapper for Python projects" readme = "README.md" requires-python = ">=3.7, <4" license = { file = "LICENSE" } -authors = [{ name = "HGV", email = "development@hgv.it" }] +authors = [ + { name = "HGV", email = "development@hgv.it" }, + { name = "Rubin Canaj" }, +] dynamic = ["version"] [project.urls]