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"