From 75ea520a1f16432bcbe98c5320656ce07ab09ae8 Mon Sep 17 00:00:00 2001 From: vasilije Date: Wed, 27 Aug 2025 15:23:42 +0200 Subject: [PATCH] fix to cli --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1380ff5e2..272c8e929 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -146,6 +146,9 @@ debug = ["debugpy>=1.8.9,<2.0.0"] Homepage = "https://www.cognee.ai" Repository = "https://github.com/topoteretes/cognee" +[project.scripts] +cognee = "cognee.cli._cognee:main" + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"