mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
🔨 Add all authors
This commit is contained in:
parent
5393de0d21
commit
86f1b550f8
1 changed files with 10 additions and 2 deletions
|
@ -1,8 +1,16 @@
|
|||
[tool.poetry]
|
||||
name = "nest_backend"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Lorenzo Balugani <lorenzo.balugani@gmail.com>"]
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue