fix(build): fix hatch build

Signed-off-by: Bob.Haddleton <bob.haddleton@nokia.com>
This commit is contained in:
Bob.Haddleton 2023-12-22 11:07:20 -06:00
parent fa2f3a0b44
commit 2125d45497
1 changed files with 3 additions and 0 deletions

View File

@ -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"