Merge pull request #14 from bobh66/fix_hatch_build
fix(build): fix hatch build
This commit is contained in:
commit
c07071ef86
|
@ -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