From da24902bd0bed17d0ca75987ae252650ae822b6b Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Wed, 2 Apr 2025 21:24:47 -0700 Subject: [PATCH] Add Authors --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 96d0301..1fed0ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,12 @@ version = "1.3.1" 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"} ] license = "GPL-3.0-only" readme = "README.md"