Skip to content

Commit 1d54180

Browse files
Merge pull request #52 from prompt-foundry/descirption-change-v1
Revise pyproject
2 parents a73cf04 + 7ab53df commit 1d54180

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[project]
22
name = "prompt_foundry_python_sdk"
33
version = "0.1.0-alpha.2"
4-
description = "The official Python library for the prompt-foundry API"
4+
description = "The prompt engineering, prompt management, and prompt evaluation tool for Python "
5+
keywords = ["llm evaluation", "prompt management", "prompt testing", "prompt engineering"]
56
dynamic = ["readme"]
67
license = "Apache-2.0"
78
authors = [
@@ -39,8 +40,9 @@ classifiers = [
3940

4041

4142
[project.urls]
42-
Homepage = "https://github.com/prompt-foundry/python-sdk"
43+
Homepage = "https://https://www.promptfoundry.ai"
4344
Repository = "https://github.com/prompt-foundry/python-sdk"
45+
Documentation = "https://docs.promptfoundry.ai/libraries/python"
4446

4547

4648

0 commit comments

Comments
 (0)