From c5c988045680e30f3e1d58835b967d357862caa3 Mon Sep 17 00:00:00 2001 From: Jeff Hutchison Date: Thu, 18 Apr 2024 08:42:28 -0400 Subject: [PATCH] overrides: update build system for sqlparse 0.5.0 to hatchling --- overrides/build-systems.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 416eaa8..b8a7aab 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -22672,6 +22672,10 @@ { "buildSystem": "flit-core", "from": "0.4.4" + }, + { + "buildSystem": "hatchling", + "from": "0.5.0" } ], "sqltrie": [