From 8f37e77d17b484ac5a54730283874cc866a9424e Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:15:01 +0100 Subject: [PATCH] Added basic docs to serve for the blog --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 82480e66e..49e677187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ authors = ["Vasilije Markovic"] readme = "README.md" license = "Apache-2.0" homepage = "https://www.cognee.ai" +repository = "https://github.com/topoteretes/cognee" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -14,8 +15,7 @@ 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"