We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 202b046 + 62b3e3f commit 5288590Copy full SHA for 5288590
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "adf_core_python"
3
-version = "0.2.1"
+version = "0.2.3"
4
description = "Agent Development Framework for Python"
5
readme = "README.md"
6
authors = [
@@ -22,6 +22,9 @@ dependencies = [
22
"types-pyyaml>=6.0.12.20250516",
23
]
24
25
+[project.scripts]
26
+adf-core-python = "adf_core_python.cli.cli:cli"
27
+
28
[build-system]
29
requires = ["uv_build>=0.8.2,<0.9.0"]
30
build-backend = "uv_build"
0 commit comments