Renamed the project from "my-python-project" to "aitist" in pyproject.toml

This commit is contained in:
Timothy Farrell (aider) 2024-07-15 10:52:18 -05:00
parent 47e95292d7
commit 7c087deb34

View File

@ -1,5 +1,5 @@
[tool.poetry] [tool.poetry]
name = "my-python-project" name = "aitist"
version = "0.1.0" version = "0.1.0"
description = "A new Python project managed by Poetry." description = "A new Python project managed by Poetry."
authors = ["Your Name <your@email.com>"] authors = ["Your Name <your@email.com>"]