Skip to content

Commit

Permalink
added project.urls - resolves #165
Browse files Browse the repository at this point in the history
  • Loading branch information
sethjuarez committed Jan 15, 2025
1 parent 3785f35 commit 55fdc7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions runtime/prompty/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ dependencies = [
"aiofiles>=24.1.0",
]

[project.urls]
Repository = "https://github.com/Microsoft/prompty"
Documentation = "https://prompty.ai/docs"
Issues = "https://github.com/microsoft/prompty/issues"

[project.optional-dependencies]
azure = ["azure-identity>=1.17.1","openai>=1.43.0"]
openai = ["openai>=1.43.0"]
Expand Down

0 comments on commit 55fdc7b

Please sign in to comment.