From 6144c8f29831f81b4734e19270dc475906cbaea6 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:56:48 +0100 Subject: [PATCH] Added basic docs to serve for the blog --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac867d2a0..c6b7e9481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,8 @@ classifiers = [ "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Operating System :: Microsoft :: Windows",] - +[tool.poetry.repository] +url = "https://github.com/topoteretes/cognee" [tool.poetry.dependencies] python = "^3.10" langchain = "^0.0.338"