chore(pyptoject.toml): update title and description
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
[tool.poetry]
|
2 |
-
name = "
|
3 |
version = "0.1.0"
|
4 |
-
description = "Using
|
5 |
authors = ["Lucas Draichi <lucasdraichi@gmail.com>"]
|
6 |
license = "MIT"
|
7 |
readme = "README.md"
|
|
|
1 |
[tool.poetry]
|
2 |
+
name = "formula1-ai"
|
3 |
version = "0.1.0"
|
4 |
+
description = "Using AI to analyse and generate race reports"
|
5 |
authors = ["Lucas Draichi <lucasdraichi@gmail.com>"]
|
6 |
license = "MIT"
|
7 |
readme = "README.md"
|