From 86f1b550f8d45f6f542364d7aef5347fc17f9781 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Fri, 7 May 2021 03:34:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Add=20all=20authors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/backend/pyproject.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/code/backend/pyproject.toml b/code/backend/pyproject.toml index 3b7769a..57d123c 100644 --- a/code/backend/pyproject.toml +++ b/code/backend/pyproject.toml @@ -1,8 +1,16 @@ [tool.poetry] name = "nest_backend" version = "0.1.0" -description = "" -authors = ["Lorenzo Balugani "] +description = "The backend for N.E.S.T." +authors = [ + "Lorenzo Balugani <256867@studenti.unimore.it>", + "Stefano Pigozzi <256895@studenti.unimore.it>", + "Stefano Goldoni <280712@studenti.unimore.it>", + "Giorgio Minoccari <261807@studenti.unimore.it>", + "Flavia Cocca <253218@studenti.unimore.it>", + "Chiara Calzolari <258727@studenti.unimore.it>", + "Giovanni Anniballi <253150@studenti.unimore.it>", +] [tool.poetry.dependencies] python = "^3.8.5"