From b0be672801f3ca7dfaecf90ff3bb8c3628e99aa6 Mon Sep 17 00:00:00 2001 From: Pedro Castro Date: Fri, 21 Jun 2024 12:28:15 -0300 Subject: [PATCH] add authors --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79d1e88..d8c0b41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,11 @@ name = "databasers-utils" version = "0.1.0" description = "" -authors = ["Pedro Castro "] +authors = [ + "Laura Amaral ", + "Pedro Castro ", + "Arthur Gusmão " +] readme = "README.md" packages = [ { include = "databasers_utils", from = "src" }