From 64354ac66d6fe4b98ebff29deac433647fcbabba Mon Sep 17 00:00:00 2001 From: anmol-aidora Date: Sat, 7 Sep 2024 12:25:02 +0530 Subject: [PATCH] Updated CrewAI Documentation and Repository link in tools.poetry.urls (#1305) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated CrewAI Documentation and Repository link in tools.poetry.urls * Update pyproject.toml --------- Co-authored-by: João Moura --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9efd732cf..efa2d666c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{ include = "crewai", from = "src" }] [tool.poetry.urls] Homepage = "https://crewai.com" Documentation = "https://github.com/joaomdmoura/CrewAI/wiki/Index" -Repository = "https://github.com/joaomdmoura/crewai" +Repository = "https://github.com/crewAIInc/crewAI" [tool.poetry.dependencies] python = ">=3.10,<=3.13"