Skip to content

Commit 5288590

Browse files
authored
Merge pull request #117 from adf-python/fix/cli
バージョンを0.2.1から0.2.3に更新し、スクリプトを追加
2 parents 202b046 + 62b3e3f commit 5288590

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)