fix(build): fix hatch build
Signed-off-by: Bob.Haddleton <bob.haddleton@nokia.com>
This commit is contained in:
parent
fa2f3a0b44
commit
2125d45497
|
@ -40,6 +40,9 @@ Source = "https://github.com/crossplane/function-template-python"
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
function = "function.main:cli"
|
function = "function.main:cli"
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.wheel]
|
||||||
|
packages = ["function"]
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
source = "vcs"
|
source = "vcs"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue