Corrected authors metadata in pyproject.toml.
parent
115dbef706
commit
cfa5501ae4
|
|
@ -3,7 +3,9 @@ name = "dg-clt"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
description = "The Dazed Gerbil's Command Line Tools"
|
description = "The Dazed Gerbil's Command Line Tools"
|
||||||
readme = "README.md"
|
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"
|
license = "GPL-3.0-or-later"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 1 - Planning",
|
"Development Status :: 1 - Planning",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue