From 111276c88bcff68bf4ec278b0c70e0d5297f62a8 Mon Sep 17 00:00:00 2001 From: Tyler Krehbiel <39509337+tkrebes@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:13:25 -0500 Subject: [PATCH] Updated maintainers in pyproject.toml Signed-off-by: Tyler Krehbiel <39509337+tkrebes@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6bf3a59..5f61929 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "nisync" version = "0.1" description = "NI-Sync Python API" authors = ["NI "] -maintainers = ["Tyler Krehbiel "] +maintainers = ["NI "] readme = "README.md" repository = "https://github.com/ni/nisync-python" license = "MIT"