From 7c087deb344a67f07299a25fad81eae8d833a28c Mon Sep 17 00:00:00 2001 From: "Timothy Farrell (aider)" Date: Mon, 15 Jul 2024 10:52:18 -0500 Subject: [PATCH] Renamed the project from "my-python-project" to "aitist" in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32cc25d..07777d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "my-python-project" +name = "aitist" version = "0.1.0" description = "A new Python project managed by Poetry." authors = ["Your Name "]