diff --git a/pyproject.toml b/pyproject.toml index 3ca39d5..972f0e5 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"