From b4d7591c35e4f91978355b479ddac9d39b078b9d Mon Sep 17 00:00:00 2001 From: Pat Patterson Date: Tue, 23 Jul 2024 18:56:35 -0700 Subject: [PATCH] Remove build-system section from pyproject.toml due to docker build errors --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4867bdb..ad5a8ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,3 @@ -[build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" - [project] name = 'b2listen' description = "B2listen allows you to forward Backblaze B2 Event Notifications to a service listening on a local URL"