Skip to content

Commit 64ac9c2

Browse files
authored
Update pyproject.toml
1 parent aaca529 commit 64ac9c2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pyproject.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ docs = [
5252
]
5353

5454
[project.urls]
55-
homepage = "https://github.com/stanfordnlp/dsp"
55+
homepage = "https://github.com/stanfordnlp/dspy"
5656

5757
[tool.poetry]
5858
name = "dspy"
@@ -61,10 +61,12 @@ description = "DSPy"
6161
authors = ["Omar Khattab <okhattab@stanford.edu>"]
6262
license = "MIT"
6363
readme = "README.md"
64-
homepage = "https://github.com/stanfordnlp/dsp"
65-
documentation = "https://dspy-ai.readthedocs.io"
66-
repository = "https://github.com/stanfordnlp/dsp"
67-
keywords = ["dsp", "ai", "signal processing"]
64+
homepage = "https://github.com/stanfordnlp/dspy"
65+
repository = "https://github.com/stanfordnlp/dspy"
66+
# documentation = "https://dspy-ai.readthedocs.io"
67+
keywords = ["dspy", "ai", "language models", "llm", "openai", "huggingface", "RAG", "retrieval", "llama", "optimization", "pytorch", "autogen"]
68+
# may be a bit much
69+
6870

6971
[tool.poetry.dependencies]
7072
python = ">=3.9,<3.12"
@@ -114,4 +116,4 @@ docs = [
114116
"autodoc_pydantic",
115117
"sphinx-reredirects",
116118
"sphinx-automodapi"
117-
]
119+
]

0 commit comments

Comments
 (0)