Skip to content

Commit

Permalink
Python: additional details for pypi (#7612)
Browse files Browse the repository at this point in the history
Adds additional links for pypi to use after publishing.
  • Loading branch information
eavanvalkenburg authored Aug 5, 2024
1 parent 51f5554 commit 21f8e02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ description = "Semantic Kernel Python SDK"
authors = ["Microsoft <[email protected]>"]
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"
Expand Down

0 comments on commit 21f8e02

Please sign in to comment.