From 6d4233848c9c3eebb42e085345567f7183839de2 Mon Sep 17 00:00:00 2001 From: edvan_microsoft Date: Fri, 2 Aug 2024 15:05:54 +0200 Subject: [PATCH] additional details for pypi --- python/pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index a2f46fd1adbb..98809a57d785 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -5,6 +5,12 @@ description = "Semantic Kernel Python SDK" authors = ["Microsoft "] readme = "pip/README.md" packages = [{include = "semantic_kernel"}] +homepage = "https://learn.microsoft.com/en-us/semantic-kernel/overview/" +repository = "https://github.com/microsoft/semantic-kernel/" + +[tool.poetry.urls] +"Source Code" = "https://github.com/microsoft/semantic-kernel/tree/main/python" +"Release Notes" = "https://github.com/microsoft/semantic-kernel/releases?q=tag%3Apython-1&expanded=true" [tool.poetry.dependencies] python = "^3.10,<3.13"