From 5d8e60ceb71503404c75d715e9b1c83038b7dd4d Mon Sep 17 00:00:00 2001 From: Konstantin Gukov Date: Tue, 27 Aug 2024 22:41:21 +0200 Subject: [PATCH] Add source URL to the package (#927) Co-authored-by: Josh Bradley Co-authored-by: Alonso Guevara --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c537586c12..bfccee1d60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,9 @@ license = "MIT" readme = "README.md" packages = [{ include = "graphrag" }] +[tool.poetry.urls] +"Source" = "https://github.com/microsoft/graphrag" + [tool.poetry-dynamic-versioning] enable = true style = "pep440"