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"
|
description = "The open-source language model computer"
|
||||||
authors = ["Killian <killian@openinterpreter.com>"]
|
authors = ["Killian <killian@openinterpreter.com>"]
|
||||||
license = "AGPL"
|
license = "AGPL"
|
||||||
readme = "README.md"
|
readme = "../README.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<3.12"
|
python = ">=3.9,<3.12"
|
||||||
|
|
Loading…
Reference in New Issue