From dd2078a6f5941360fb0574159b1a8fc0bfc52d44 Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Sat, 16 Sep 2023 16:51:39 +0200 Subject: [PATCH] Fix root pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef9775cf..f029d70d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,9 @@ version = "0.1.0" description = "" authors = ["Merwane Hamadi "] readme = "README.md" -packages = [{include = "auto_gpt"}] [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" [build-system]