fix pyproject.toml readme attribute
This commit is contained in:
parent
4be9861fb7
commit
cc88482ab5
|
@ -8,7 +8,7 @@ version = "0.0.13"
|
|||
description = "The open-source language model computer"
|
||||
authors = ["Killian <killian@openinterpreter.com>"]
|
||||
license = "AGPL"
|
||||
readme = "README.md"
|
||||
readme = "../README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<3.12"
|
||||
|
|
Loading…
Reference in New Issue