From a35b911f353992816376b96096ccbc2a29da3029 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:13:01 +0000 Subject: [PATCH] Remove unnecessary package.toml (#204) The current `package.toml` contents is equivalent to the default config, so the file is redundant. The CNB release automation handles this file not existing just fine (eg see the Python CNB repo). --- package.toml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 package.toml diff --git a/package.toml b/package.toml deleted file mode 100644 index 54b0d2e..0000000 --- a/package.toml +++ /dev/null @@ -1,2 +0,0 @@ -[buildpack] -uri = "."