From 5c33446005f590fe5ca8a674f4eddf4a67c200d6 Mon Sep 17 00:00:00 2001 From: bensteinberg Date: Mon, 22 Jan 2024 09:08:17 -0500 Subject: [PATCH] Correct author string --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4a8885..ffae7e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "lefttoright" version = "0.1.9" description = "" -authors = ["Andrew Silva "] +authors = ["Andrew Silva ", "Ben Steinberg "] [tool.poetry.dependencies] python = "^3.8"