Skip to content

Commit 62b3e3f

Browse files
committed
fix: バージョンを0.2.1から0.2.3に更新し、スクリプトを追加
1 parent 09d1177 commit 62b3e3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "adf_core_python"
3-
version = "0.2.1"
3+
version = "0.2.3"
44
description = "Agent Development Framework for Python"
55
readme = "README.md"
66
authors = [
@@ -22,6 +22,9 @@ dependencies = [
2222
"types-pyyaml>=6.0.12.20250516",
2323
]
2424

25+
[project.scripts]
26+
adf-core-python = "adf_core_python.cli.cli:cli"
27+
2528
[build-system]
2629
requires = ["uv_build>=0.8.2,<0.9.0"]
2730
build-backend = "uv_build"

0 commit comments

Comments
 (0)