From 890a3b6dc433f87477f394383a3f6a0a48a4bb19 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Wed, 2 Apr 2025 22:12:32 -0700 Subject: [PATCH] cant add multiple authors? --- pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5bef0f8..77019d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,13 +3,7 @@ name = "contact" version = "1.3.2" description = "This Python curses client for Meshtastic is a terminal-based client designed to manage device settings, enable mesh chat communication, and handle configuration backups and restores." authors = [ - {name = "Ben Lipsey",email = "ben@pdxlocations.com"}, - {name = "Russell Schmidt"}, - {name = "noon92"}, - {name = "vidplace7"}, - {name = "SpudGunMan"}, - {name = "Ian McEwen"}, - {name = "Nick Maloney"} + {name = "Ben Lipsey",email = "ben@pdxlocations.com"} ] license = "GPL-3.0-only" readme = "README.md"