fix to cli

This commit is contained in:
vasilije 2025-08-27 15:23:42 +02:00
parent 792452b735
commit 75ea520a1f

View file

@ -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"