From 7b3443ccf78ccc79d4786b09f9bee87bacbf5cc9 Mon Sep 17 00:00:00 2001 From: MarkGodwin <10632972+MarkGodwin@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:34:16 +0000 Subject: [PATCH] update example email --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd20b1c..21e43e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "tplink_omada_client" version = "1.4.2" authors = [ - { name="Mark Godwin", email="author@example.com" }, + { name="Mark Godwin", email="10632972+MarkGodwin@users.noreply.github.com" }, ] description = "Python wrapper for TP-Link Omada SDN Controller API (OC200/OC300/Software Controller)" readme = "README.md"