From 2125d45497077fc19af5c6ae78b5f9b304c4542b Mon Sep 17 00:00:00 2001 From: "Bob.Haddleton" Date: Fri, 22 Dec 2023 11:07:20 -0600 Subject: [PATCH] fix(build): fix hatch build Signed-off-by: Bob.Haddleton --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b5a2a44..7f7c519 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,9 @@ Source = "https://github.com/crossplane/function-template-python" [project.scripts] function = "function.main:cli" +[tool.hatch.build.targets.wheel] +packages = ["function"] + [tool.hatch.version] source = "vcs"