We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f305996 commit 577f179Copy full SHA for 577f179
pyproject.toml
@@ -5,3 +5,6 @@ build-backend = "hatchling.build"
5
[project]
6
name = "aws-durable-execution-sdk-python"
7
version = "0.0.0"
8
+
9
+[tool.hatch.build.targets.wheel]
10
+packages = ["src/foo"]
src/foo.py
0 commit comments