fix pyproject.toml readme attribute

This commit is contained in:
ShivamGupta42 2024-03-27 01:14:17 +05:30
parent 4be9861fb7
commit cc88482ab5
1 changed files with 1 additions and 1 deletions

View File

@ -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"