From 76ed3532f99f7e3d700bae4c925772a735c27148 Mon Sep 17 00:00:00 2001 From: Anthony Dahanne Date: Thu, 19 Oct 2023 11:36:37 -0400 Subject: [PATCH] Inline the included files To keep the buildpack.toml consistent across repositories --- buildpack.toml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 857a6e9..914d583 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -50,12 +50,4 @@ build = true [metadata] pre-package = "scripts/build.sh" -include-files = [ - "LICENSE", - "NOTICE", - "README.md", - "bin/build", - "bin/detect", - "bin/main", - "buildpack.toml", -] +include-files = ["LICENSE", "NOTICE", "README.md", "bin/build", "bin/detect", "bin/main", "buildpack.toml"]