Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmabrouk committed Sep 11, 2023
1 parent 31d7b3c commit 38e4228
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions agenta-cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ name = "agenta"
version = "0.2.7"
description = "SDK for Agenta an open-source LLMOps platform."
readme = "README.md"
authors = ["Mahmoud Mabrouk <[email protected]>"]
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries"
]
project.urls = {
"Documentation": "https://docs.agenta.ai",
"Source": "https://github.com/agenta-ai/agenta",
"Homepage": "https://agenta.ai"
}
homepage = "https://agenta.ai"
repository = "https://github.com/agenta-ai/agenta"
documentation = "https://docs.agenta.ai"
keywords = ["LLMOps", "LLM", "evaluation", "prompt engineering"]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit 38e4228

Please sign in to comment.