From 08e4b8e2ffc566f629954d6b629578c3227b8845 Mon Sep 17 00:00:00 2001 From: Marciel Torres Date: Mon, 6 Nov 2023 11:43:47 -0300 Subject: [PATCH] Adding a sample of authors name configuration on pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 140c92b..9c35489 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "python-boilerplate-project" version = "0.1.0" description = "A python boilerplate project using poetry" -authors = [""] +authors = ["Authors Name "] license = "MIT" [tool.poetry.dependencies]