From ae46b49df4508025534ff748021fb92da5bf7293 Mon Sep 17 00:00:00 2001 From: Derek Kulinski Date: Tue, 27 Sep 2022 00:49:39 -0700 Subject: [PATCH] termcolor: hatchling override --- overrides/build-systems.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 05c274f..7d8bd04 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -1684,6 +1684,10 @@ "terminaltables": [ "poetry" ], + "termcolor": [ + "hatchling", + "hatch-vcs" + ], "terminado": [ "hatchling" ],