Merge pull request #14 from bobh66/fix_hatch_build

fix(build): fix hatch build
This commit is contained in:
Nic Cope 2024-01-02 11:32:54 -08:00 committed by GitHub
commit c07071ef86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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] [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"