From 38e422831190b5fbd8d15a91a5a3a1b77333506b Mon Sep 17 00:00:00 2001 From: Mahmoud Mabrouk Date: Mon, 11 Sep 2023 22:50:30 +0200 Subject: [PATCH] fix --- agenta-cli/pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/agenta-cli/pyproject.toml b/agenta-cli/pyproject.toml index 0ddffb7545..dba5bee880 100644 --- a/agenta-cli/pyproject.toml +++ b/agenta-cli/pyproject.toml @@ -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 "] 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"