From b361483b6a94d216059b84a9a3078684b911d3d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Sat, 25 Jul 2026 22:07:55 +0200 Subject: [PATCH] chore: package scritps/ directory as well Fixes: https://github.com/agentclientprotocol/python-sdk/issues/119 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6432be2..700090f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ requires = ["pdm-backend"] build-backend = "pdm.backend" [tool.pdm.build] -source-includes = ["examples/", "tests/"] +source-includes = ["examples/", "tests/", "scripts/"] [tool.ty.environment] python = "./.venv"