diff --git a/pyproject.toml b/pyproject.toml index c537586c1..bfccee1d6 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"