Add source URL to the package (#927)

Co-authored-by: Josh Bradley <joshbradley@microsoft.com>
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
This commit is contained in:
Konstantin Gukov 2024-08-27 22:41:21 +02:00 committed by GitHub
parent 44fd35c84f
commit 5d8e60ceb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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