From 4685b8b7a2c552bcddff617608adecfa68493bd0 Mon Sep 17 00:00:00 2001 From: "Timothy Farrell (aider)" Date: Mon, 15 Jul 2024 10:53:22 -0500 Subject: [PATCH] Changed the author to Timothy Farrell in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07777d9..e4d7ccb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "aitist" version = "0.1.0" description = "A new Python project managed by Poetry." -authors = ["Your Name "] +authors = ["Timothy Farrell "] [tool.poetry.dependencies] python = "^3.8"