From b78b0d5107905c4a5cbdb7027ead19e5efa0ce3a Mon Sep 17 00:00:00 2001 From: Derek Kulinski Date: Mon, 20 Mar 2023 14:38:14 -0700 Subject: [PATCH] override: humanize: setuptools -> hatchling --- overrides/build-systems.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 26f5045..d66ef84 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -6847,8 +6847,22 @@ "setuptools" ], "humanize": [ - "setuptools", - "setuptools-scm" + { + "buildSystem": "setuptools", + "until": "4.6.0" + }, + { + "buildSystem": "setuptools-scm", + "until": "4.6.0" + }, + { + "buildSystem": "hatchling", + "from": "4.6.0" + }, + { + "buildSystem": "hatch-vcs", + "from": "4.6.0" + } ], "humblewx": [ "setuptools"