From 1426918150f653c3e16f7381db8164618b18c3e9 Mon Sep 17 00:00:00 2001 From: arminwitte <110226001+arminwitte@users.noreply.github.com> Date: Sat, 11 Feb 2023 23:44:34 +0100 Subject: [PATCH] Bugfix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cc522e..856882b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -E[build-system] +[build-system] requires = ["hatchling"] build-backend = "hatchling.build"