From 1d32ea858fb5e15e863b5e8d2847273e5681a919 Mon Sep 17 00:00:00 2001 From: Erik Thorsell <108808053+erik-thorsell@users.noreply.github.com> Date: Mon, 1 May 2023 18:45:20 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9844bdb..4fd2497 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "nextguild" version = "1.1.1" authors = [ { name="Arjun Sharda", email="sharda.aj17@gmail.com" }, - { name="Erik Thorsell", email="contact@erikthorsell.com"}, + { name="Erik Thorsell", email="contact@erikthorsell.com" }, ] description = "Interactions with the Guilded API made simpler" readme = "README.md"