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"