set authors based on contributors

This commit is contained in:
Cypheriel 2023-12-06 01:03:15 -07:00
parent e612dff16e
commit 0f21847f71
No known key found for this signature in database

View file

@ -3,6 +3,14 @@ name = "pypush"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"] # TODO: Change this
authors = [
"JJTech <jjtech@jjtech.dev>",
"Christopher <christopher@huntwork.net>", # pixelmonaskarion
"Dadoum <24679280+Dadoum@users.noreply.github.com>",
"Peter <PeterKW@users.noreply.github.com>", # PeterKW
"SpaceSaver <60277022+SpaceSaver@users.noreply.github.com>",
"Kasherpete <119694008+Kasherpete@users.noreply.github.com>",
]
license = "SSPL-1.0"
readme = "README.md"