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",