From 0ad3f7d2bcba52ec59f1c536bafde041a7d2e8d7 Mon Sep 17 00:00:00 2001 From: Silan He <16982279+SilanHe@users.noreply.github.com> Date: Tue, 2 Dec 2025 07:31:46 -0800 Subject: [PATCH] chore: Update pyproject.toml desciption format to be consistent with aws-durable-execution-sdk-python --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02263d2..ed9ba9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "aws-durable-execution-sdk-python-testing" dynamic = ["version"] -description = 'This is the Python SDK for AWS Lambda Durable Execution.' +description = 'AWS Durable Execution Testing SDK for Python' readme = "README.md" requires-python = ">=3.11" license = "Apache-2.0"