app = "python-buildpack-func-sample" region = "asia-south1" handler = "handler.handler" [build] buildpack_builder = "paketobuildpacks/builder-jammy-base" buildpacks = ["paketo-buildpacks/python"] ignorefile = ".gitignore" [build.args] foo = "bar" [env] FOO = "BAR"