From 59f4fd8e427ee2df18f4a0c4a48042ff4b459210 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Thu, 4 Dec 2025 16:04:43 +0100 Subject: [PATCH] fix: sdist should also contain the src/ folder --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9204e19..d80d37c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,9 +28,6 @@ Documentation = "https://github.com/aws/aws-durable-execution-sdk-python#readme" Issues = "https://github.com/aws/aws-durable-execution-sdk-python/issues" Source = "https://github.com/aws/aws-durable-execution-sdk-python" -[tool.hatch.build.targets.sdist] -packages = ["src/aws_durable_execution_sdk_python"] - [tool.hatch.build.targets.wheel] packages = ["src/aws_durable_execution_sdk_python"]