From cfa5501ae4e0485c673f6bad42f08df2f0d062a8 Mon Sep 17 00:00:00 2001 From: Calum Andrew Morrell Date: Sat, 24 May 2025 02:10:36 +0100 Subject: [PATCH] Corrected authors metadata in pyproject.toml. --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6c1485..3db650a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] +authors = [ + { name = "Calum Andrew Morrell", email = "calum@drulum.com" } +] license = "GPL-3.0-or-later" classifiers = [ "Development Status :: 1 - Planning",