Changed the author to Timothy Farrell in pyproject.toml

This commit is contained in:
Timothy Farrell (aider) 2024-07-15 10:53:22 -05:00
parent 7c087deb34
commit 4685b8b7a2

View File

@ -2,7 +2,7 @@
name = "aitist" 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 = ["Timothy Farrell <tim@thecookiejar.me>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"