Merge pull request #164 from ShivamGupta42/fix_software_readme

Fix Workflows by updating readme field of pyproject.toml
This commit is contained in:
killian 2024-03-26 22:03:56 -07:00 committed by GitHub
commit 0d5a24483e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"