From 62b3e3f452238752743e877694d40769d6ca60f8 Mon Sep 17 00:00:00 2001 From: shima004 Date: Mon, 24 Nov 2025 17:16:29 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=920.2.1=E3=81=8B=E3=82=890.2.3=E3=81=AB?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=81=97=E3=80=81=E3=82=B9=E3=82=AF=E3=83=AA?= =?UTF-8?q?=E3=83=97=E3=83=88=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb45127..f37527d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "adf_core_python" -version = "0.2.1" +version = "0.2.3" description = "Agent Development Framework for Python" readme = "README.md" authors = [ @@ -22,6 +22,9 @@ dependencies = [ "types-pyyaml>=6.0.12.20250516", ] +[project.scripts] +adf-core-python = "adf_core_python.cli.cli:cli" + [build-system] requires = ["uv_build>=0.8.2,<0.9.0"] build-backend = "uv_build"