Corrected authors metadata in pyproject.toml.

main
Calum Andrew Morrell 2025-05-24 02:10:36 +01:00
parent 115dbef706
commit cfa5501ae4
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ name = "dg-clt"
version = "0.2.0"
description = "The Dazed Gerbil's Command Line Tools"
readme = "README.md"
authors = ["Calum Andrew Morrell <calum@drulum.com>"]
authors = [
{ name = "Calum Andrew Morrell", email = "calum@drulum.com" }
]
license = "GPL-3.0-or-later"
classifiers = [
"Development Status :: 1 - Planning",